We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7366ba commit 7dcd7f9Copy full SHA for 7dcd7f9
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,9 @@ jobs:
23
24
steps:
25
- uses: actions/checkout@v4
26
-
+ with:
27
+ ref: main
28
+ fetch-depth: 0
29
- name: Set up Python
30
uses: actions/setup-python@v5
31
with:
0 commit comments