mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 11:11:25 +00:00
Translations download fixes
This commit is contained in:
parent
06ae700f11
commit
f49442c572
1 changed files with 2 additions and 2 deletions
4
.github/workflows/translations-download.yaml
vendored
4
.github/workflows/translations-download.yaml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue