Skip to content

Commit

Permalink
fix - change ref to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosstenzel committed Aug 30, 2024
1 parent 7e8070c commit 90348cc
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/status-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@ jobs:
- run: |
npm install
npm run verify-translation
echo ${{GITHUB_REF#refs/heads/}}
git checkout ${{GITHUB_REF#refs/heads/}}
git config --global user.name ${{ github.event.commits[0].author.name }}
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 90348cc

Please sign in to comment.