mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +02:00
github: Use non-deprecated way of setting output
The warnings are currently emitted if the `::set_output` stuff is used.
This commit is contained in:
parent
ba9d159004
commit
8b2f073207
@ -62,8 +62,8 @@ jobs:
|
||||
updated=1
|
||||
count=$(git -C portage-stable rev-list --count "${old_head}..${new_head}")
|
||||
fi
|
||||
echo ::set-output "name=UPDATED::${updated}"
|
||||
echo ::set-output "name=COUNT::${count}"
|
||||
echo "UPDATED=${updated}" >>"${GITHUB_OUTPUT}"
|
||||
echo "COUNT=${count}" >>"${GITHUB_OUTPUT}"
|
||||
- name: Create pull request for main branch
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
if: steps.update-listed-packages.outputs.UPDATED == 1
|
||||
|
Loading…
Reference in New Issue
Block a user