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 c2eabd2 + d95175a commit f6bfa95Copy full SHA for f6bfa95
.github/workflows/publish_release.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
steps:
26
- run: |
27
- if [[ "${{ github.triggering_actor }}" != "ahoppen" ]]; then
+ if [[ "${{ github.triggering_actor }}" != "bnbarham" ]]; then
28
echo "${{ github.triggering_actor }} is not allowed to create a release"
29
exit 1
30
fi
0 commit comments