Skip to content

Commit

Permalink
Merge pull request #247 from Wizarrrr/master
Browse files Browse the repository at this point in the history
sync
  • Loading branch information
realashleybailey authored Oct 11, 2023
2 parents 42f76c8 + 93211d4 commit ff446be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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 add ./src/language/translations.json
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 ff446be

Please sign in to comment.