mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
set-output fix
This commit is contained in:
8
.github/workflows/new_version_check.yml
vendored
8
.github/workflows/new_version_check.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user