Skip to content

Commit

Permalink
fix: syntax err in ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Jul 31, 2023
1 parent 5e85312 commit e734d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
experimental: ${{ matrix.experimental }}
java: ${{ matrix.java }}
coverage: true
provenance: ${{ matrix.provenance }}
provenance: ${{ fromJson(matrix.provenance) }}

codeql:
name: "Analysis: CodeQL"
Expand Down

0 comments on commit e734d6f

Please sign in to comment.