Skip to content

Commit

Permalink
new autofmt message
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Mar 27, 2024
1 parent e5ed845 commit 3f51c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autofmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
jobs:
format:
# Check if the PR is not from a fork
if: ${{ !contains(github.event.head_commit.message, 'chore(autofmt):') }}
if: ${{ !contains(github.event.head_commit.message, 'Automated formatting') }}
#if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
Expand All @@ -31,5 +31,5 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git remote set-url origin https://x-access-token:${{ secrets.FTL_AUTOFMT_TOKEN }}@github.com/${{ github.repository }}
git commit -am "chore(autofmt): Automated formatting"
git commit -am "Automated formatting"
git push

0 comments on commit 3f51c64

Please sign in to comment.