Skip to content

Commit

Permalink
Code coverage now pushes to head_ref.ref_name instead
Browse files Browse the repository at this point in the history
  • Loading branch information
isFakeAccount committed Jul 7, 2024
1 parent 3f2f348 commit e3e376f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
- name: Commit & Push changes to Readme
uses: actions-js/push@master
with:
branch: master
branch: ${{ github.head_ref || github.ref_name }}
message: Update coverage on Readme
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e3e376f

Please sign in to comment.