Skip to content

Commit

Permalink
chore: change default branch
Browse files Browse the repository at this point in the history
Closes #5
  • Loading branch information
notfilippo authored Aug 1, 2021
1 parent f46f8c0 commit a7c2d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inputs:
branch:
description: 'Destination branch to push changes'
required: false
default: 'master'
default: 'main'
empty:
description: 'Allow empty commit'
required: false
Expand All @@ -48,4 +48,4 @@ runs:
main: 'start.js'
branding:
icon: 'arrow-up-circle'
color: 'green'
color: 'green'

0 comments on commit a7c2d81

Please sign in to comment.