Update CI.yml

- use `GITHUB_OUTPUT` instead of `set-output`
This commit is contained in:
ReenigneArcher 2022-10-16 14:18:20 -04:00
parent 9b66a5a16b
commit 93315f280e
No known key found for this signature in database
GPG Key ID: 0CA6A47B0630EA9B

View File

@ -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: |