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 062b89c commit 38a6885Copy full SHA for 38a6885
.github/workflows/checks.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/checkout@v4
50
51
- name: Fetch the main branch
52
- run: git fetch origin/main
+ run: git fetch origin main
53
54
- name: Setup Python & Poetry Environment
55
uses: ./.github/actions/python-environment
0 commit comments