Skip to content

Commit c5ca595

Browse files
authored
chore(gha): make baseBranch optional since some repos don't supply it (#23)
1 parent 6afd86c commit c5ca595

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ inputs:
66
required: true
77
baseBranch:
88
description: 'the branch to update'
9-
required: true
9+
required: false
10+
default: 'master'
1011
key:
1112
description: 'the key in gradle.properties to modify'
1213
required: true

0 commit comments

Comments
 (0)