We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f94a00 commit a44aaefCopy full SHA for a44aaef
.github/workflows/auto-respond-pr.yml
@@ -37,6 +37,8 @@ jobs:
37
cd pr
38
git config --global user.email "[email protected]"
39
git config --global user.name "dax"
40
+ echo ${{ github.event.pull_request.base.ref }}
41
+ git fetch origin ${{ github.event.pull_request.base.ref }}
42
git rebase origin/${{ github.event.pull_request.base.ref }}
43
npm install
44
npm run build
0 commit comments