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 38a6885 commit 0a4d5d1Copy full SHA for 0a4d5d1
.github/workflows/checks.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Run changelog update check
60
run: |
61
- git diff --quiet main -- doc/changes
+ git diff --quiet origin/main -- doc/changes
62
echo "status: $?"
63
poetry run nox -s changelog:updated
64
0 commit comments