Skip to content

Commit

Permalink
Convert array from json
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeblahblah committed Mar 11, 2024
1 parent 8c5d9c2 commit d2c422e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
owner: guardian
repositories: ${{ join(['bridget', matrix.repo]) }}
repositories: ${{ join(fromJSON('["bridget", matrix.repo]')) }}

- uses: actions/checkout@v4

Expand Down

0 comments on commit d2c422e

Please sign in to comment.