Skip to content

👷 Only run autofix on pull requests #130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Nov 1, 2024
Merged
Prev Previous commit
Next Next commit
⚗️ Push to origin ref
  • Loading branch information
NatoBoram committed Nov 1, 2024
commit 8d94f5e0853cc8452456c2126e38378c8214647b
2 changes: 1 addition & 1 deletion .github/workflows/fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
skip-empty: true
token: ${{ secrets.GITHUB_TOKEN }}

- run: git push origin ${{ github.ref_name }}
- run: git push origin '${{ github.ref }}'
Loading