We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f38c48 commit 411fac2Copy full SHA for 411fac2
1 file changed
.github/workflows/CI.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- id: set-matrix
21
run: |
22
- echo "matrix={\"node\":[$(python getter.py)]}" >> $GITHUB_ENV
+ echo "matrix={\"node\":[$(python getter.py)]}" >> $GITHUB_OUTPUT
23
job2:
24
needs:
25
- job1
0 commit comments