Browse Source

Pin GitHub-actions versions

pull/1651/head
Safihre 5 years ago
parent
commit
adc828dc8a
  1. 4
      .github/workflows/translations.yml

4
.github/workflows/translations.yml

@ -9,7 +9,7 @@ jobs:
translations: translations:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@v2
- name: Generate translatable texts - name: Generate translatable texts
run: | run: |
python3 tools/extract_pot.py python3 tools/extract_pot.py
@ -25,7 +25,7 @@ jobs:
env: env:
TX_TOKEN: ${{ secrets.TX_TOKEN }} TX_TOKEN: ${{ secrets.TX_TOKEN }}
- name: Push translatable and translated texts back to repo - name: Push translatable and translated texts back to repo
uses: stefanzweifel/git-auto-commit-action@master uses: stefanzweifel/git-auto-commit-action@v4.5.1
with: with:
commit_message: Update translatable texts commit_message: Update translatable texts
commit_user_name: SABnzbd Automation commit_user_name: SABnzbd Automation

Loading…
Cancel
Save