Skip to content

Commit

Permalink
fix - change commit method
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosstenzel committed Aug 30, 2024
1 parent 7e1098c commit 7e8070c
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/status-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ on:
- 'zh-cn/**'
- 'zh-tw/**'




jobs:
verify-translation:
runs-on: ubuntu-latest
Expand All @@ -39,14 +36,9 @@ jobs:
npm install
npm run verify-translation
echo ${GITHUB_REF#refs/heads/}
git checkout ${GITHUB_REF#refs/heads/}
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
git add .
git status
git commit -m "generated"
git push
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[Bot] Update status translate!"
commit_user_name: Carlos Stenzel
commit_user_email: [email protected]
commit_author: Carlos Stenzel <[email protected]>

0 comments on commit 7e8070c

Please sign in to comment.