mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +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:
|
jobs:
|
||||||
json:
|
json:
|
||||||
name: JSON Lint
|
name: Download Translations
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
|
@ -64,7 +64,7 @@ jobs:
|
||||||
git add .
|
git add .
|
||||||
git commit -m "🌍 Updating translation" -a
|
git commit -m "🌍 Updating translation" -a
|
||||||
- name: 🚀 Push changes
|
- name: 🚀 Push changes
|
||||||
uses: ad-m/github-push-action@v0.6
|
uses: ad-m/github-push-action@v0.6.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.ACCESS_TOKEN }}
|
github_token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
branch: ${{ github.ref }}
|
branch: ${{ github.ref }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue