Skip to content

Commit c419187

Browse files
authored
Set default branch to 'master' in build workflow
1 parent 85ee27a commit c419187

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ jobs:
2020
name: Build and Publish CommandsAPI
2121
uses: GroupeZ-dev/actions/.github/workflows/build.yml@main
2222
with:
23+
default-branch: "master"
2324
project-name: "CommandsAPI"
2425
publish: true
2526
publish-on-discord: false
2627
project-to-publish: "publishAll"
2728
secrets:
2829
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
2930
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
30-
WEBHOOK_URL: ""
31+
WEBHOOK_URL: ""

0 commit comments

Comments
 (0)