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 8d1329d commit b756a9aCopy full SHA for b756a9a
.github/workflows/mr.yml
@@ -27,8 +27,8 @@ jobs:
27
# Runs a set of commands using the runners shell
28
- name: MR INFO
29
run: |
30
- git pull --rebase origin master
31
-
+ git fetch origin master
+ git branch --show-current
32
export TF_ACC=true
33
export TENCENTCLOUD_REGION=ap-guangzhou
34
export TENCENTCLOUD_SECRET_KEY=${{ secrets.TENCENTCLOUD_SECRET_KEY }}
0 commit comments