Skip to content

Commit

Permalink
fix: target main branch by default in the example (#75)
Browse files Browse the repository at this point in the history
Fixes #69

Signed-off-by: Hervé Le Meur <hlemeur@cloudbees.com>
  • Loading branch information
lemeurherve committed Mar 14, 2022
1 parent 6b64532 commit 3307a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed)
changed=$(ct list-changed --targer-branch main)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
Expand Down

0 comments on commit 3307a28

Please sign in to comment.