We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a0a1e commit cc7cf18Copy full SHA for cc7cf18
.github/workflows/changelog.yml
@@ -24,7 +24,7 @@ jobs:
24
# automatically (see https://github.com/webcomponents/polyfills). To
25
# diff with the base branch, we need to fetch that too (and we only
26
# need its latest commit).
27
- git fetch origin ${{ github.base_ref }} --depth=1
+ git fetch origin ${GITHUB_BASE_REF} --depth=1
28
if [[ $(git diff --name-only FETCH_HEAD | grep CHANGELOG) ]]
29
then
30
echo "A CHANGELOG was modified. Looks good!"
0 commit comments