Skip to content

Commit

Permalink
Fix fromJson
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Oct 24, 2023
1 parent da77847 commit 1c3e91c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deco-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,12 @@ jobs:
id: set-vars
shell: bash
run: |
<<<<<<< HEAD
echo "site-matrix=[${{ vars.SITES || github.event.repository.name }}]" >> $GITHUB_OUTPUT
deploy:
needs: set-vars
strategy:
matrix:
site: ${{ fromJson(${{ needs.set-vars.outputs.site-matrix }})) }}
=======
echo "site-matrix=${{ vars.SITES || github.event.repository.name }}" >> $GITHUB_OUTPUT
deploy:
strategy:
matrix:
site: fromJson(${{ jobs.set-vars.outputs.site-matrix }}))
>>>>>>> aa63586 (Fix site matrix)
name: Deploy
runs-on: ubuntu-latest

Expand Down

0 comments on commit 1c3e91c

Please sign in to comment.