Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/_.helm.lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: just build-external
working-directory: ${{ github.workspace }}/${{ inputs.chart }}

- uses: tj-actions/verify-changed-files@d774a4c7ebe335445d79c7b44138f56a76058ba0 # v19
- uses: tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
id: get-diff-values
continue-on-error: true
with:
Expand All @@ -70,7 +70,7 @@ jobs:
# shellcheck disable=SC2016
echo '::error file=${{ inputs.chart }}/values.yaml,line=1,title=values.yml not up-to-date::${{ inputs.chart }}/values.yaml must be updated. Please run `just build-external` to update it.'

- uses: tj-actions/verify-changed-files@d774a4c7ebe335445d79c7b44138f56a76058ba0 # v19
- uses: tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
id: get-diff-readme
continue-on-error: true
with:
Expand All @@ -82,7 +82,7 @@ jobs:
# shellcheck disable=SC2016
echo '::error file=${{ inputs.chart }}/README.md,line=1,title=README.md not up-to-date::${{ inputs.chart }}/README.md must be updated. Please run `just build-external` to update it.'

- uses: tj-actions/verify-changed-files@d774a4c7ebe335445d79c7b44138f56a76058ba0 # v19
- uses: tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
id: get-diff-validation
continue-on-error: true
with:
Expand Down
Loading