set-output fix

This commit is contained in:
PF4Public
2022-10-25 23:43:21 +03:00
parent 151a7e5184
commit 08cbc1122a

View File

@@ -16,10 +16,10 @@ jobs:
- name: Set maintainer groups
id: maintainers
run: |
echo "::set-output name=all::@networkException"
echo "::set-output name=linux::@rany2"
echo "::set-output name=windows::"
echo "::set-output name=macos::"
echo "all=@networkException" >> $GITHUB_OUTPUT
echo "linux=@rany2" >> $GITHUB_OUTPUT
echo "windows=" >> $GITHUB_OUTPUT
echo "macos=" >> $GITHUB_OUTPUT
- name: Get the latest Chromium version
id: latest-version
run: |