mirror of
https://github.com/curl/curl.git
synced 2026-07-27 20:53:18 +03:00
GHA: tidy up single-line run blocks
Also double quote a shell variable. Closes #17552
This commit is contained in:
parent
f33ec60fbf
commit
900612df79
3 changed files with 5 additions and 7 deletions
2
.github/workflows/hacktoberfest-accepted.yml
vendored
2
.github/workflows/hacktoberfest-accepted.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||
run: |
|
||||
gh config set prompt disabled && echo "label=$(
|
||||
gh repo view --json repositoryTopics --jq '.repositoryTopics[].name' | grep '^hacktoberfest$')" >> $GITHUB_OUTPUT
|
||||
gh repo view --json repositoryTopics --jq '.repositoryTopics[].name' | grep '^hacktoberfest$')" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Search relevant commit message lines starting with Closes/Merges
|
||||
if: steps.check.outputs.label == 'hacktoberfest'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue