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 2f87d01 commit 7388251Copy full SHA for 7388251
.github/workflows/mr.yml
@@ -27,7 +27,7 @@ jobs:
27
# Runs a set of commands using the runners shell
28
- name: MR INFO
29
run: |
30
- git fetch origin master
+ git pull --rebase origin master
31
32
export TF_ACC=true
33
export TENCENTCLOUD_REGION=ap-guangzhou
0 commit comments