Skip to content

Commit

Permalink
Initialize git repository with main branch in Javadoc deployment work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
SableRaf committed Dec 11, 2024
1 parent feace48 commit 012e47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Fetch and checkout the specific commit
run: |
git init processing4
git init --initial-branch=main processing4
cd processing4
git remote add origin ${{ env.REMOTE_URL }}
git fetch --depth 1 origin ${{ env.commit_sha }}
Expand Down

0 comments on commit 012e47a

Please sign in to comment.