Skip to content

Commit 3783f66

Browse files
committed
fix outputs in test workflow
1 parent b4f45a5 commit 3783f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
sources: test/corpus/META.json
1414
- run: echo $PREREQS
1515
env:
16-
PREREQS: ${{ steps.get-prereqs.prereqs }}
16+
PREREQS: ${{ steps.get-prereqs.outputs.prereqs }}
1717
test:
1818
runs-on: ubuntu-latest
1919
steps:

0 commit comments

Comments
 (0)