Skip to content

Commit 760191e

Browse files
committed
test
1 parent 82f8676 commit 760191e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
if: steps.lint.outcome == 'failure'
3434
run: |
3535
yarn nx format:write --all
36-
git config --global user.name "GitHub Actions"
37-
git config --global user.email "actions@github.com"
36+
git config --global user.name "${{ github.actor }}"
37+
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
3838
git add .
39-
git commit -m "Auto-format code" || echo "No changes to commit"
39+
git commit -m "auto fmt" || echo "No changes to commit"
4040
4141
# Get the current branch name
4242
BRANCH_NAME=$(git symbolic-ref --short HEAD || git rev-parse --abbrev-ref HEAD)

0 commit comments

Comments
 (0)