mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-01 12:03:09 +00:00
Update CI.yml
- use `GITHUB_OUTPUT` instead of `set-output`
This commit is contained in:
parent
9b66a5a16b
commit
93315f280e
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -591,7 +591,7 @@ jobs:
|
||||
echo "$subport"
|
||||
subportlist="$subportlist $subport"
|
||||
done
|
||||
echo "::set-output name=subportlist::${subportlist}"
|
||||
echo "subportlist=${subportlist}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Run port lint for all subports
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user