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 3300eb3 commit d0d4fe7Copy full SHA for d0d4fe7
.github/workflows/e2e.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: test pr
28
run: |
29
bash scripts/terraform-install.sh
30
+ export ALICLOUD_PROFILE=${{ secrets.PROFILENAME }}
31
folders="${{ steps.changed-files.outputs.all_changed_files }}"
32
for f in ${folders//,/ }
33
do
0 commit comments