Skip to content

Commit 7c394fd

Browse files
test: should fail
1 parent b8cbd5e commit 7c394fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ipa-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
VERSION_BUMP: ${{ steps.version_check.outputs.version_changed }}
3434
run: |
35-
diff_changelog=$(git diff origin/main -- tools/spectral/ipa/CHANGELOG.md || echo "")
35+
diff_changelog=$(git diff origin/main -- CHANGELOG.md || echo "")
3636
3737
echo "Changelog changed: ${diff_changelog}"
3838

0 commit comments

Comments
 (0)