We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90b99c commit a894c5cCopy full SHA for a894c5c
action.yml
@@ -166,7 +166,7 @@ runs:
166
## DO NOT REMOVE THIS MANUAL APPROVAL STEP UNLESS YOU WANT AUTO APPLY WITHOUT ANY APPROVALS.
167
- name: Approve or Deny tofu apply
168
if: github.ref_name == 'main' && steps.plan.outputs.changes == 'true'
169
- uses: trstringer/manual-approval@v1
+ uses: trstringer/manual-approval@662b3ddbc7685f897992051e87e1b4b58c07dc03 # v1
170
with:
171
secret: ${{ github.TOKEN }}
172
approvers: ${{ github.actor }}
0 commit comments