Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# automatically (see https://github.com/webcomponents/polyfills). To
# diff with the base branch, we need to fetch that too (and we only
# need its latest commit).
git fetch origin ${{ github.base_ref }} --depth=1
git fetch origin ${GITHUB_BASE_REF} --depth=1
if [[ $(git diff --name-only FETCH_HEAD | grep CHANGELOG) ]]
then
echo "A CHANGELOG was modified. Looks good!"
Expand Down
Loading