Skip to content

Commit

Permalink
Add check permissions action
Browse files Browse the repository at this point in the history
  • Loading branch information
aacic committed May 29, 2024
1 parent bb49375 commit 346e417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/check-user-permissions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
- name: Check secret
shell: bash
run: |
if [ "${{ inputs.INPUT_BUILD_SECRET }}" != "${{ input.BUILD_SECRET }}" ]; then
if [ "${{ inputs.INPUT_BUILD_SECRET }}" != "${{ inputs.BUILD_SECRET }}" ]; then
echo "Wrong build secret."
exit 1
fi
Expand Down

0 comments on commit 346e417

Please sign in to comment.