Skip to content

Commit

Permalink
issue #4: add push
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Dec 10, 2023
1 parent e9928a0 commit 9a96d19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,12 @@ jobs:
contents: |
$CURRENTCOVERAGE
write-mode: overwrite

- name: Commit & Push
if: github.ref == 'refs/heads/main'
uses: Andro999b/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
force: true
message: 'Update threshold file'

0 comments on commit 9a96d19

Please sign in to comment.