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 7f056b0 + 1618de9 commit 7156f95Copy full SHA for 7156f95
.github/workflows/publish_release.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
- run: |
33
- if [[ "${{ github.triggering_actor }}" != "ahoppen" ]]; then
+ if [[ "${{ github.triggering_actor }}" != "bnbarham" ]]; then
34
echo "${{ github.triggering_actor }} is not allowed to create a release"
35
exit 1
36
fi
0 commit comments