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 c71729f commit 4562d91Copy full SHA for 4562d91
plan/action.yaml
@@ -43,13 +43,13 @@ outputs:
43
runs:
44
using: composite
45
steps:
46
- - uses: suzuki-shunsuke/tfaction/terraform-plan@main
+ - uses: suzuki-shunsuke/tfaction/terraform-plan@c71729f9f296f3f2528c72f635745d31528d9822
47
id: terraform
48
if: env.TFACTION_JOB_TYPE == 'terraform'
49
with:
50
github_token: ${{inputs.github_token}}
51
52
- - uses: suzuki-shunsuke/tfaction/tfmigrate-plan@main
+ - uses: suzuki-shunsuke/tfaction/tfmigrate-plan@c71729f9f296f3f2528c72f635745d31528d9822
53
id: tfmigrate
54
if: env.TFACTION_JOB_TYPE == 'tfmigrate'
55
0 commit comments