We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b15d32 commit 4ecc07cCopy full SHA for 4ecc07c
action.yml
@@ -9,6 +9,10 @@ inputs:
9
description: 'GitHub Token to use instead of the default one.'
10
required: false
11
default: ${{ github.token }}
12
+ branch:
13
+ description: 'Destination branch to push changes.'
14
+ required: false
15
+ default: ${{ github.ref }}
16
outputs:
17
bumped:
18
description: 'Whether there was a bump or not [true|false]'
@@ -54,4 +58,5 @@ runs:
54
58
uses: ad-m/github-push-action@master
55
59
with:
56
60
github_token: ${{ inputs.github-token }}
61
+ branch: ${{ inputs.branch }}
57
62
force: true
0 commit comments