Skip to content

Commit a7c2d81

Browse files
authored
chore: change default branch
Closes #5
1 parent f46f8c0 commit a7c2d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ inputs:
2929
branch:
3030
description: 'Destination branch to push changes'
3131
required: false
32-
default: 'master'
32+
default: 'main'
3333
empty:
3434
description: 'Allow empty commit'
3535
required: false
@@ -48,4 +48,4 @@ runs:
4848
main: 'start.js'
4949
branding:
5050
icon: 'arrow-up-circle'
51-
color: 'green'
51+
color: 'green'

0 commit comments

Comments
 (0)