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.
1 parent 9202a61 commit b43976aCopy full SHA for b43976a
1 file changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ run-name: "Release: ${{ inputs.container }}${{ inputs.container == 'devcontainer
18
jobs:
19
authorize:
20
runs-on: ubuntu-latest
21
- if: contains('["brettcannon", "corona10", "erlend-aasland"]', github.actor)
+ if: contains(fromJSON('["brettcannon", "corona10", "erlend-aasland"]'), github.actor)
22
steps:
23
- run: echo "Authorized"
24
0 commit comments