1 parent 9624a8d commit 569ac3dCopy full SHA for 569ac3d
1 file changed
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
27
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.actor }}
28
PULL_REQUEST: ${{ github.event.pull_request.number }}
29
- run: brew pr-pull --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST
+ run: brew pr-pull --debug --tap="$GITHUB_REPOSITORY" "$PULL_REQUEST"
30
31
- name: Push commits
32
uses: Homebrew/actions/git-try-push@master
@@ -38,4 +38,4 @@ jobs:
38
if: github.event.pull_request.head.repo.fork == false
39
env:
40
BRANCH: ${{ github.event.pull_request.head.ref }}
41
- run: git push --delete origin $BRANCH
+ run: git push --delete origin "$BRANCH"
0 commit comments