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 b4f45a5 commit 3783f66Copy full SHA for 3783f66
.github/workflows/check.yml
@@ -13,7 +13,7 @@ jobs:
13
sources: test/corpus/META.json
14
- run: echo $PREREQS
15
env:
16
- PREREQS: ${{ steps.get-prereqs.prereqs }}
+ PREREQS: ${{ steps.get-prereqs.outputs.prereqs }}
17
test:
18
runs-on: ubuntu-latest
19
steps:
0 commit comments