File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 required : false
1313 default : " 17"
1414 type : string
15-
1615 minimum_coverage :
1716 description : " Minimum coverage percentage"
1817 required : false
3837 required : false
3938 default : " us-east-1"
4039 type : string
40+ push_command :
41+ description : " Push command"
42+ required : false
43+ default : " origin ${{ github.event.pull_request.head.ref }} --set-upstream --force"
44+ type : string
4145
4246jobs :
4347 coverage :
@@ -122,7 +126,8 @@ jobs:
122126 author_email : github-actions[bot]@users.noreply.github.com
123127 committer_name : GitHub Actions
124128 committer_email : github-actions[bot]@users.noreply.github.com
129+ # default_author: github_actions
125130 message : " [GitHub Actions] Autogenerated JaCoCo coverage badge"
126131 fetch : false
127132 tag_push : ' --force'
128- push : ' origin ${{ github.event.pull_request.head.ref }} --set-upstream --force ' # Força o push - ignora outros
133+ push : ${{ inputs.push_command }}
You can’t perform that action at this time.
0 commit comments