Skip to content

Commit

Permalink
Changes to the action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Jun 4, 2024
1 parent f24c718 commit 95ec52a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,7 @@ jobs:
git config --local user.name "GitHub Action"
git add .
git commit -m "Auto-format code"
- name: Push Changes
if: steps.check_changes.outputs.changes == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref_name }}
git push
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 95ec52a

Please sign in to comment.