Skip to content

Commit 6377b2f

Browse files
committed
fix: update push command in coverage workflow to force push with upstream
1 parent 1db14db commit 6377b2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/coverage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@ jobs:
125125
message: "[GitHub Actions] Autogenerated JaCoCo coverage badge"
126126
fetch: false
127127
tag_push: '--force'
128+
push: 'origin ${{ github.event.pull_request.head.ref }} --set-upstream --force' # Força o push - ignora outros

0 commit comments

Comments
 (0)