Skip to content

Commit df9bfd8

Browse files
committed
Correct file path.
1 parent caa9c37 commit df9bfd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/detect-gutenberg-sha-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
printf '> No pull request references were found in the commits between the two hashes. Please verify the hash range is correct.\n\n'
148148
else
149149
printf 'The following changes are included:\n\n'
150-
cat changes.txt
150+
cat changelog.txt
151151
printf '\n\n'
152152
fi
153153

0 commit comments

Comments
 (0)