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 e2f8a48 commit 6d0ae8dCopy full SHA for 6d0ae8d
.github/workflows/e2e-tests.yml
@@ -13,6 +13,7 @@ on:
13
env:
14
BASE_SHA: ${{ github.event.pull_request.base.sha }}
15
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
16
+ PR_ID: ${{ github.event.pull_request.number }}
17
TF_ACC: true
18
TENCENTCLOUD_REGION: ap-guangzhou
19
TENCENTCLOUD_SECRET_KEY: ${{ secrets.TENCENTCLOUD_SECRET_KEY }}
0 commit comments