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.
2 parents 02d7378 + ff4a6b2 commit 5bbf663Copy full SHA for 5bbf663
action.yml
@@ -14,7 +14,7 @@ runs:
14
steps:
15
- name: Check Permissions
16
run: |
17
- if ! grep -q "${{ inputs.actor }}" "${{ inputs.permissions-file }}"; then
+ if ! grep -qx "${{ inputs.actor }}" "${{ inputs.permissions-file }}"; then
18
echo "-----------------ERROR--------------------"
19
echo "User ${{ inputs.actor }} is not allowed to trigger this workflow."
20
echo "------------------------------------------"
0 commit comments