Skip to content

Commit

Permalink
chore: fix exit code for failed permission check (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustaphaDev committed Mar 8, 2024
1 parent 1e73d8b commit 910b093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "${{ github.triggering_actor }} does not have permissions on this repo."
echo "Current permission level is ${{ steps.checkAccess.outputs.user-permission }}"
echo "Job originally triggered by ${{ github.actor }}"
exit 0
exit 1
- name: Extract the snapshot name from comment body
id: getSnapshotName
Expand Down

0 comments on commit 910b093

Please sign in to comment.