Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 committed Oct 4, 2023
1 parent 072e056 commit 3d14d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/veracode-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
strategy:
fail-fast: false
matrix:
project_location: ${{ fromJson(needs.build.targets) }}
project_location: ${{ fromJson(needs.build.outputs.targets) }}

steps:
- name: Get project name
Expand Down

0 comments on commit 3d14d4f

Please sign in to comment.