Skip to content

Commit 82341c5

Browse files
committed
quotes in publish workflow
1 parent f9c0c3b commit 82341c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
2121
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.actor }}
2222
PULL_REQUEST: ${{ github.event.pull_request.number }}
23-
run: brew pr-pull --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST
23+
run: brew pr-pull --debug --tap="$GITHUB_REPOSITORY" "$PULL_REQUEST"
2424

2525
- name: Push commits
2626
uses: Homebrew/actions/git-try-push@master
@@ -32,4 +32,4 @@ jobs:
3232
if: github.event.pull_request.head.repo.fork == false
3333
env:
3434
BRANCH: ${{ github.event.pull_request.head.ref }}
35-
run: git push --delete origin $BRANCH
35+
run: git push --delete origin "$BRANCH"

0 commit comments

Comments
 (0)