Update to latest version

This commit is contained in:
Nicholas Wallace
2026-09-11 12:47:46 -07:00
parent def8fca33a
commit e4c69fe68b
+3 -4
View File
@@ -8,6 +8,7 @@ on:
jobs:
release-notes:
if: github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, 'weblate')
runs-on: ubuntu-latest
permissions:
contents: read
@@ -17,10 +18,8 @@ jobs:
fetch-depth: 0
- id: translator-credits
uses: audiobookshelf/get-translator-credits@v1
with:
token: ${{ github.token }}
uses: audiobookshelf/get-translator-credits@v1.0.0
- name: Show translator credits
run: |
printf '%s\\n' "${{ steps.translator-credits.outputs.credits }}"
printf '%s\n' "${{ steps.translator-credits.outputs.credits }}"