We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cad91d commit e8d5e2cCopy full SHA for e8d5e2c
.github/workflows/audit-dependencies.yml
@@ -41,6 +41,7 @@ jobs:
41
cat audit_output.json
42
# echo audit_dependencies.outputs.audit_output
43
echo "${{ steps.audit_dependencies.outputs.audit_output }}"
44
+ echo "All outputs: ${{ toJson(steps.audit_dependencies.outputs) }}"
45
46
- name: Slack notification on failure
47
if: failure()
0 commit comments