Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
k1rk committed Aug 17, 2023
1 parent 915448f commit e65ee09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Test
if: ${{ env.TESTING == 'true' }}
id: test
uses: ${{ github.repository }}@v3-beta #set to your branch for testing and switch back to v3-beta when done.
uses: GetTerminus/terraform-pr-commenter@v3-beta #set to your branch for testing and switch back to v3-beta when done.
with:
commenter_type: plan
# Should only be setting commenter_input or commenter_plan_path (commenter_plan_path only for plan commenter type)
Expand All @@ -86,7 +86,7 @@ jobs:
use_beta_version: "true"
- name: Test-project-2
if: ${{ env.TESTING == 'true' }}
uses: ${{ github.repository }}@v3-beta #set to your branch for testing and switch back to v3-beta when done.
uses: GetTerminus/terraform-pr-commenter@v3-beta #set to your branch for testing and switch back to v3-beta when done.
with:
commenter_type: plan
# Should only be setting commenter_input or commenter_plan_path (commenter_plan_path only for plan commenter type)
Expand Down

0 comments on commit e65ee09

Please sign in to comment.