Skip to content

Commit

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

permissions:
contents: write



jobs:
verify-translation:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
Expand All @@ -38,8 +39,9 @@ jobs:
npm install
npm run verify-translation
git config user.name github-actions
git config user.email [email protected]
#git checkout ${GITHUB_REF#refs/heads/}
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
git add .
git commit -m "generated"
git push
Expand Down

0 comments on commit a67b098

Please sign in to comment.