Skip to content

Commit

Permalink
test: add push in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrvc committed Mar 24, 2024
1 parent 0ca6f61 commit 5a45a09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Push changes
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git commit -am "Automated formatting"
git push
git push

0 comments on commit 5a45a09

Please sign in to comment.