We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4096eeb commit 1db8a1fCopy full SHA for 1db8a1f
.github/workflows/checks.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Run changelog update check
57
run: |
58
- git diff main -- doc/changes
+ git diff origin/main -- doc/changes
59
echo "status: $?"
60
poetry run nox -s changelog:updated
61
0 commit comments