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.
2 parents 949f45d + 8aeebd6 commit 615cc92Copy full SHA for 615cc92
.github/workflows/plan-examples.yml
@@ -30,8 +30,7 @@ jobs:
30
id: dirs
31
run: |
32
DIRS=$(python3 .github/workflows/plan-examples.py)
33
- echo "::set-output name=directories::$DIRS"
34
-
+ echo "directories=$DIRS" >> $GITHUB_OUTPUT
35
plan:
36
name: Plan examples
37
needs: getExampleDirectories
@@ -74,8 +73,9 @@ jobs:
74
73
- 'modules/**/*.(tf|yml|yaml)'
75
- '*.tf'
76
+ # https://github.com/aws-actions/configure-aws-credentials
77
- name: Configure AWS credentials from Test account
78
- uses: aws-actions/configure-aws-credentials@v1
+ uses: ws-actions/configure-aws-credentials@v1-node16
79
if: steps.changes.outputs.src== 'true'
80
with:
81
role-to-assume: ${{ secrets.ROLE_TO_ASSUME }}
0 commit comments