Translations download fixes

This commit is contained in:
Franck Nijhof 2021-04-18 20:12:44 +02:00
parent 06ae700f11
commit f49442c572
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -14,7 +14,7 @@ on:
jobs:
json:
name: JSON Lint
name: Download Translations
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
@ -64,7 +64,7 @@ jobs:
git add .
git commit -m "🌍 Updating translation" -a
- name: 🚀 Push changes
uses: ad-m/github-push-action@v0.6
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
branch: ${{ github.ref }}