Skip to content

Commit b43976a

Browse files
committed
Fix error[unsound-contains]: unsound contains condition
1 parent 9202a61 commit b43976a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ run-name: "Release: ${{ inputs.container }}${{ inputs.container == 'devcontainer
1818
jobs:
1919
authorize:
2020
runs-on: ubuntu-latest
21-
if: contains('["brettcannon", "corona10", "erlend-aasland"]', github.actor)
21+
if: contains(fromJSON('["brettcannon", "corona10", "erlend-aasland"]'), github.actor)
2222
steps:
2323
- run: echo "Authorized"
2424

0 commit comments

Comments
 (0)