Skip to content

Commit

Permalink
fix(ci): fix typo in check-licenses.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinWolff committed Sep 26, 2024
1 parent e27918b commit b819866
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 ${{ fromJson(needs.getChangedChart.outputs.charts) }}

0 comments on commit b819866

Please sign in to comment.