mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
GHA: Hacktoberfest CI: Update deprecated 'set-output' command
Closes #10221
This commit is contained in:
parent
602964ec5e
commit
21f5b6bfb7
4
.github/workflows/hacktoberfest-accepted.yml
vendored
4
.github/workflows/hacktoberfest-accepted.yml
vendored
@ -32,8 +32,8 @@ jobs:
|
||||
|
||||
- name: Check whether repo participates in Hacktoberfest
|
||||
run: |
|
||||
gh config set prompt disabled && echo "::set-output name=label::$(
|
||||
gh repo view --json repositoryTopics --jq '.repositoryTopics[].name' | grep '^hacktoberfest$')"
|
||||
gh config set prompt disabled && echo "label=$(
|
||||
gh repo view --json repositoryTopics --jq '.repositoryTopics[].name' | grep '^hacktoberfest$')" >> $GITHUB_OUTPUT
|
||||
id: check
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user