Skip to content

Commit

Permalink
Merge pull request #67 from FrederoxDev/main
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
OmniacDev authored Aug 17, 2024
2 parents 17c4b83 + e2b0bc3 commit 7a3497a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
npx prettier --write src/**/*
git commit -am "Auto Format"
git push https://github.com/${{ github.repository }} HEAD:main
git push https://github.com/${{ github.repository }} HEAD:${{ github.ref_name }}
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
npx prettier --write src/**/*
git commit -am "Format"
git push https://github.com/${{ github.repository }} HEAD:main
git push https://github.com/${{ github.repository }} HEAD:${{ github.ref_name }}

0 comments on commit 7a3497a

Please sign in to comment.