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 113e83e commit 8a46bcaCopy full SHA for 8a46bca
.github/workflows/e2e.yml
@@ -27,7 +27,9 @@ jobs:
27
- name: test pr
28
run: |
29
bash scripts/terraform-install.sh
30
+ echo "cat ~/.aliyun/config.json"
31
cat ~/.aliyun/config.json
32
+ echo "aaa: $ALICLOUD_ACCESS"
33
echo $ALICLOUD_ACCESS
34
export ALICLOUD_PROFILE=${{ secrets.PROFILENAME }}
35
folders="${{ steps.changed-files.outputs.all_changed_files }}"
0 commit comments