Skip to content

Commit

Permalink
Replace the push back to repo action
Browse files Browse the repository at this point in the history
- The one I was using previously did not support pull requests
  • Loading branch information
Minion3665 committed Aug 15, 2022
1 parent beb0392 commit a564adf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ jobs:
- name: Remove commented out code
run: eradicate --in-place ./**/*.py
- name: Push back to repo
uses: actions-go/push@v1
with:
author-email: github-actions[bot]@users.noreply.github.com
author-name: Reformat action
create-commit: true
commit-message: "Reformatted code and removed commented-out code"
uses: anyone-developer/[email protected]
lint:
runs-on: ubuntu-latest
needs: reformat
Expand Down

0 comments on commit a564adf

Please sign in to comment.