mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-08-22 15:12:49 +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