Skip to content

Commit

Permalink
GH action: removed unsupported parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern committed Feb 19, 2024
1 parent 26760e3 commit 2c52d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --charts . --target-branch ${{ github.event.repository.default_branch }})
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit 2c52d83

Please sign in to comment.