Skip to content

Commit e8d5e2c

Browse files
committed
chore: echo all outputs
1 parent 9cad91d commit e8d5e2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/audit-dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
cat audit_output.json
4242
# echo audit_dependencies.outputs.audit_output
4343
echo "${{ steps.audit_dependencies.outputs.audit_output }}"
44+
echo "All outputs: ${{ toJson(steps.audit_dependencies.outputs) }}"
4445
4546
- name: Slack notification on failure
4647
if: failure()

0 commit comments

Comments
 (0)