mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-09-13 05:11:47 +02:00
Update to latest version
This commit is contained in:
@@ -8,6 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-notes:
|
release-notes:
|
||||||
|
if: github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, 'weblate')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@@ -17,10 +18,8 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- id: translator-credits
|
- id: translator-credits
|
||||||
uses: audiobookshelf/get-translator-credits@v1
|
uses: audiobookshelf/get-translator-credits@v1.0.0
|
||||||
with:
|
|
||||||
token: ${{ github.token }}
|
|
||||||
|
|
||||||
- name: Show translator credits
|
- name: Show translator credits
|
||||||
run: |
|
run: |
|
||||||
printf '%s\\n' "${{ steps.translator-credits.outputs.credits }}"
|
printf '%s\n' "${{ steps.translator-credits.outputs.credits }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user