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 3f92d57 commit a2a35d4Copy full SHA for a2a35d4
.github/workflows/cp_dispatch.yml
@@ -187,7 +187,7 @@ jobs:
187
- name: Configure sparse-checkout to download the server directory
188
run: |
189
echo "server" | Out-File -Append -FilePath .git\info\sparse-checkout
190
- git pull origin master
+ git pull origin main
191
192
- name: Move the downloaded directory to the target folder
193
0 commit comments