Skip to content

Commit a286270

Browse files
committed
Manual push update
1 parent 8f5bfac commit a286270

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/coverage-badge.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,5 @@ jobs:
4747
4848
- name: Push changes
4949
if: steps.changed_files.outputs.files_changed == 'true'
50-
uses: ad-m/github-push-action@master
51-
with:
52-
github_token: ${{ secrets.CI_PUSH_TOKEN }}
53-
branch: ${{ github.ref }}
54-
force: true
50+
run: |
51+
${{ secrets.CI_PUSH_TOKEN }} | git push origin +main

0 commit comments

Comments
 (0)