File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
HOMEBREW_GITHUB_PACKAGES_TOKEN : ${{ github.token }}
23
23
HOMEBREW_GITHUB_PACKAGES_USER : ${{ github.actor }}
24
24
PULL_REQUEST : ${{ github.event.pull_request.number }}
25
- run : brew pr-pull --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST
25
+ run : brew pr-pull --debug --tap=" $GITHUB_REPOSITORY" " $PULL_REQUEST"
26
26
27
27
- name : Push commits
28
28
uses : Homebrew/actions/git-try-push@master
34
34
if : github.event.pull_request.head.repo.fork == false
35
35
env :
36
36
BRANCH : ${{ github.event.pull_request.head.ref }}
37
- run : git push --delete origin $BRANCH
37
+ run : git push --delete origin " $BRANCH"
Original file line number Diff line number Diff line change 19
19
20
20
- name : Cache Homebrew Bundler RubyGems
21
21
id : cache
22
- uses : actions/cache@v1
22
+ uses : actions/cache@v3
23
23
with :
24
24
path : ${{ steps.set-up-homebrew.outputs.gems-path }}
25
25
key : ${{ matrix.os }}-cache-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
You can’t perform that action at this time.
0 commit comments