Skip to content

Commit 3689b09

Browse files
correct output reference
1 parent c8cc778 commit 3689b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
steps:
6666
- run: |
6767
set -ex
68-
echo '${{ toJSON(needs.verify.failed_libraries) }}'
68+
echo '${{ toJSON(needs.verify.outputs) }}'
6969
7070

0 commit comments

Comments
 (0)