We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6c528 commit 5e1be21Copy full SHA for 5e1be21
workflow-approve/action.yml
@@ -27,7 +27,7 @@ runs:
27
args:
28
- --token
29
- ${{ inputs.token }}
30
- - ${{ inputs.approval-required == 'yes' && '--approval-required' || '--no-approval-required' }}
+ - ${{ inputs.approval-required == 'no' && '--no-approval-required' || '--approval-required' }}
31
- ${{ inputs.repository }}
32
- ${{ inputs.pull-request-number }}
33
- ${{ inputs.run-id }}
0 commit comments