Skip to content

Commit

Permalink
add missing matrix json
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Aug 14, 2024
1 parent 03d88e1 commit 8948c4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_docker_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Trigger Workflows
uses: actions/github-script@v6
env:
MATRIX_JSON: ${{ env.matrix_json }}
with:
script: |
const matrix = JSON.parse(process.env.MATRIX_JSON);
Expand Down

0 comments on commit 8948c4f

Please sign in to comment.