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