Skip to content

Commit

Permalink
Use fromJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Nov 19, 2023
1 parent 6f5e3d0 commit 73bd368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
GO111MODULE: on
strategy:
matrix:
modules: ${{ needs.detect-changes.outputs.matrix }}
modules: ${{ fromJSON(needs.detect-changes.outputs.matrix) }}
steps:
- name: Fetch Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 73bd368

Please sign in to comment.