We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feace48 commit 012e47aCopy full SHA for 012e47a
.github/workflows/build-and-deploy-javadoc.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Fetch and checkout the specific commit
72
run: |
73
- git init processing4
+ git init --initial-branch=main processing4
74
cd processing4
75
git remote add origin ${{ env.REMOTE_URL }}
76
git fetch --depth 1 origin ${{ env.commit_sha }}
0 commit comments