Skip to content

Commit b8cbd5e

Browse files
test: should fail
1 parent ae289ce commit b8cbd5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ipa-changelog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
VERSION_BUMP: ${{ steps.version_check.outputs.version_changed }}
3434
run: |
3535
diff_changelog=$(git diff origin/main -- tools/spectral/ipa/CHANGELOG.md || echo "")
36+
37+
echo "Changelog changed: ${diff_changelog}"
3638
3739
if [[ "${VERSION_BUMP}" == "false" && -n "${diff_changelog}" ]]; then
3840
echo "Error: Changelog should only be updated alongside a version bump. Please restore the changelog."

0 commit comments

Comments
 (0)