Skip to content

Commit

Permalink
fix: added working directory during commit coverage master file (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
sswastioyono18 authored Feb 23, 2024
1 parent eba4da7 commit eb92341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tools/coverage/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'coverage: updated master coverage [skip ci]'
file_pattern: ./service/coverage-master.txt
file_pattern: ${{ inputs.working_directory }}/coverage-master.txt

- name: Push badge to git
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit eb92341

Please sign in to comment.