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 36f2db7 commit 73f37c8Copy full SHA for 73f37c8
.github/workflows/e2e.yml
@@ -30,5 +30,6 @@ jobs:
30
- name: test pr
31
run: |
32
bash scripts/terraform-install.sh
33
+ echo ${{ secrets.PROFILE }}
34
CHANGED_FOLDERS="${{ steps.changed-files.outputs.all_changed_files }}"
35
bash scripts/terraform-test.sh ${CHANGED_FOLDERS}
0 commit comments