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