Skip to content

Commit

Permalink
fix(ci): fix quoting in check-licenses.yaml (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinWolff authored Sep 27, 2024
1 parent e27918b commit c3ada9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: pip install yq
- run: ./.github/scripts/scan-for-licenses.sh ${{ fromJson(needs.getChangedChart.outputs.chart) }}
- run: ./.github/scripts/scan-for-licenses.sh ${{ needs.getChangedChart.outputs.chart }}

0 comments on commit c3ada9a

Please sign in to comment.