Skip to content

Commit

Permalink
Update translations.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
realashleybailey authored Oct 10, 2023
1 parent 453b1b0 commit 93211d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:
# Commit and push changes
- name: Commit and push changes
env:
GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --local user.name "GitHub Action"
git config --local user.email "<>"
git remote set-url origin "https://[email protected]/Wizarrrr/wizarr.git"
git add .
git commit -m "Compile translations"
git push origin translations

0 comments on commit 93211d4

Please sign in to comment.