mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:54:15 +03:00
GHA: Hacktoberfest CI: Update deprecated 'set-output' command
Closes #10221
This commit is contained in:
parent
602964ec5e
commit
21f5b6bfb7
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue