Skip to content

Commit 569ac3d

Browse files
committed
github: double quote runs
1 parent 9624a8d commit 569ac3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
2727
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.actor }}
2828
PULL_REQUEST: ${{ github.event.pull_request.number }}
29-
run: brew pr-pull --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST
29+
run: brew pr-pull --debug --tap="$GITHUB_REPOSITORY" "$PULL_REQUEST"
3030

3131
- name: Push commits
3232
uses: Homebrew/actions/git-try-push@master
@@ -38,4 +38,4 @@ jobs:
3838
if: github.event.pull_request.head.repo.fork == false
3939
env:
4040
BRANCH: ${{ github.event.pull_request.head.ref }}
41-
run: git push --delete origin $BRANCH
41+
run: git push --delete origin "$BRANCH"

0 commit comments

Comments
 (0)