Skip to content

Commit d795bde

Browse files
committed
fix
1 parent b82f643 commit d795bde

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
changelog: ${{ steps.properties.outputs.changelog }}
2222
pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }}
2323
steps:
24+
25+
- name: Configure Git
26+
run: |
27+
git config --global init.defaultBranch main
28+
2429
- name: Checkout Repository
2530
uses: actions/checkout@v3
2631

0 commit comments

Comments
 (0)