Skip to content

Commit 411fac2

Browse files
authored
Update CI.yml
Try to fix GITHUB_OUTPUT
1 parent 8f38c48 commit 411fac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- id: set-matrix
2121
run: |
22-
echo "matrix={\"node\":[$(python getter.py)]}" >> $GITHUB_ENV
22+
echo "matrix={\"node\":[$(python getter.py)]}" >> $GITHUB_OUTPUT
2323
job2:
2424
needs:
2525
- job1

0 commit comments

Comments
 (0)