File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - name : Checkout
1515 uses : actions/checkout@v2
1616 with :
17- ref : ${{ github.event.pull_request.base .ref }}
17+ ref : ${{ github.event.pull_request.head .ref }}
1818
1919 - name : Commenter Is Publisher?
2020 run : |
8484 - name : Checkout
8585 uses : actions/checkout@v2
8686 with :
87- ref : ${{ github.event.pull_request.base .ref }}
87+ ref : ${{ github.event.pull_request.head .ref }}
8888
8989 - name : Set env.BOT to Build Bot's Username
9090 run : echo BOT=polywrap-build-bot >> $GITHUB_ENV
@@ -143,7 +143,7 @@ jobs:
143143 token : ${{ secrets.POLYWRAP_BUILD_BOT_PAT }}
144144 push-to-fork : ${{env.BOT}}/${{github.event.repository.name}}
145145 branch : release/${{env.RELEASE_VERSION}}
146- base : ${{ github.event.pull_request.base .ref }}
146+ base : ${{ github.event.pull_request.head .ref }}
147147 committer : GitHub <noreply@github.com>
148148 author : ${{env.BOT}} <${{env.BOT}}@users.noreply.github.com>
149149 commit-message : " ${{env.RELEASE_VERSION}}"
You can’t perform that action at this time.
0 commit comments