Skip to content

Commit

Permalink
fix changelog job check
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jul 16, 2022
1 parent fabd686 commit d259526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
echo "No changelog entry was added to the ./unreleased/ directory."
echo "Please add a .yaml file to the ./unreleased/ directory."
echo "See CONTRIBUTING.md for more details."
echo ""Alternately, add either \"[chore]\" to the title of the pull request or add the \"Skip Changelog\" label if this job should be skipped."
echo "Alternately, add either \"[chore]\" to the title of the pull request or add the \"Skip Changelog\" label if this job should be skipped."
false
else
echo "A changelog entry was added to the ./unreleased/ directory!"
echo "A changelog entry was added to the ./unreleased/ directory."
fi
- name: Validate ./unreleased/*.yaml changes
Expand Down

0 comments on commit d259526

Please sign in to comment.