Skip to content

Commit a44aaef

Browse files
Update auto-respond-pr.yml to latest pr (#1171)
1 parent 6f94a00 commit a44aaef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/auto-respond-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
cd pr
3838
git config --global user.email "[email protected]"
3939
git config --global user.name "dax"
40+
echo ${{ github.event.pull_request.base.ref }}
41+
git fetch origin ${{ github.event.pull_request.base.ref }}
4042
git rebase origin/${{ github.event.pull_request.base.ref }}
4143
npm install
4244
npm run build

0 commit comments

Comments
 (0)