Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
migara authored Jan 11, 2024
1 parent 37a8c95 commit 2e65bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/terratest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ runs:
- name: login to GCP
uses: google-github-actions/auth@v1
with:
workload_identity_provider: ${{ env.GCP_WORKLOAD_IDENTITY_PROVIDER }}
workload_identity_provider: ${{ env.WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ env.GCP_SERVICE_ACCOUNT}}

- name: ${{ inputs.terratest_action }} infrastructure
env:
TPATH: ${{ inputs.path }}
ACTION: ${{ inputs.terratest_action }}
PRID: ${{ inputs.pr-id }}
PROJECT_ID: ${{ env.GCP_PROJECT_ID }}
PROJECT_ID: ${{ env.PROJECT_ID }}
shell: bash
run: make $TPATH ACTION=$ACTION

0 comments on commit 2e65bf1

Please sign in to comment.