We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c310b7a commit b4b474fCopy full SHA for b4b474f
1 file changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
env:
19
HOMEBREW_GITHUB_API_TOKEN: ${{ github.token }}
20
PULL_REQUEST: ${{ github.event.pull_request.number }}
21
- run: brew pr-pull --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST
+ run: brew pr-pull --debug --tap="$GITHUB_REPOSITORY" "$PULL_REQUEST"
22
23
- name: Push commits
24
uses: Homebrew/actions/git-try-push@master
@@ -30,4 +30,4 @@ jobs:
30
if: github.event.pull_request.head.repo.fork == false
31
32
BRANCH: ${{ github.event.pull_request.head.ref }}
33
- run: git push --delete origin $BRANCH
+ run: git push --delete origin "$BRANCH"
0 commit comments