Skip to content

Commit

Permalink
Update .github/workflows/check-licenses.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Werner Rau <[email protected]>
  • Loading branch information
marvinWolff and cwrau authored Sep 27, 2024
1 parent 1a52e76 commit 68024a8
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 68024a8

Please sign in to comment.