Skip to content

Commit b756a9a

Browse files
authored
Update mr.yml
1 parent 8d1329d commit b756a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
# Runs a set of commands using the runners shell
2828
- name: MR INFO
2929
run: |
30-
git pull --rebase origin master
31-
30+
git fetch origin master
31+
git branch --show-current
3232
export TF_ACC=true
3333
export TENCENTCLOUD_REGION=ap-guangzhou
3434
export TENCENTCLOUD_SECRET_KEY=${{ secrets.TENCENTCLOUD_SECRET_KEY }}

0 commit comments

Comments
 (0)