mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
chore: fix lint action
This commit is contained in:
parent
20bb778722
commit
54601594f1
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||||
git add .
|
git add .
|
||||||
git commit -m "chore: apply formatting"
|
git commit -m "chore: apply formatting"
|
||||||
git push
|
git pull --rebase origin ${{ github.head_ref }}
|
||||||
|
git push origin HEAD:${{ github.head_ref }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user