mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56: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
|
updated=1
|
||||||
count=$(git -C portage-stable rev-list --count "${old_head}..${new_head}")
|
count=$(git -C portage-stable rev-list --count "${old_head}..${new_head}")
|
||||||
fi
|
fi
|
||||||
echo ::set-output "name=UPDATED::${updated}"
|
echo "UPDATED=${updated}" >>"${GITHUB_OUTPUT}"
|
||||||
echo ::set-output "name=COUNT::${count}"
|
echo "COUNT=${count}" >>"${GITHUB_OUTPUT}"
|
||||||
- name: Create pull request for main branch
|
- name: Create pull request for main branch
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
if: steps.update-listed-packages.outputs.UPDATED == 1
|
if: steps.update-listed-packages.outputs.UPDATED == 1
|
||||||
|
Loading…
Reference in New Issue
Block a user