1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/komga_ynh.git synced 2024-09-03 19:36:07 +02:00

Merge pull request #138 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-03-14 14:27:40 +01:00 committed by GitHub
commit 4b78faa1a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 7 deletions

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Fetch the source code - name: Fetch the source code
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Run the updater script - name: Run the updater script
@ -33,7 +33,7 @@ jobs:
- name: Create Pull Request - name: Create Pull Request
id: cpr id: cpr
if: ${{ env.PROCEED == 'true' }} if: ${{ env.PROCEED == 'true' }}
uses: peter-evans/create-pull-request@v3 uses: peter-evans/create-pull-request@v4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update to version ${{ env.VERSION }} commit-message: Update to version ${{ env.VERSION }}

View file

@ -6,6 +6,7 @@ It shall NOT be edited by hand.
# Komga for YunoHost # Komga for YunoHost
[![Integration level](https://dash.yunohost.org/integration/komga.svg)](https://dash.yunohost.org/appci/app/komga) ![Working status](https://ci-apps.yunohost.org/ci/badges/komga.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/komga.maintain.svg) [![Integration level](https://dash.yunohost.org/integration/komga.svg)](https://dash.yunohost.org/appci/app/komga) ![Working status](https://ci-apps.yunohost.org/ci/badges/komga.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/komga.maintain.svg)
[![Install Komga with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=komga) [![Install Komga with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=komga)
*[Lire ce readme en français.](./README_fr.md)* *[Lire ce readme en français.](./README_fr.md)*
@ -29,7 +30,7 @@ Komga is a free and open source comics/mangas server.
- Download book files - Download book files
**Shipped version:** 0.160.0~ynh1 **Shipped version:** 0.164.0~ynh1
**Demo:** https://demo.komga.org **Demo:** https://demo.komga.org

View file

@ -6,6 +6,7 @@ It shall NOT be edited by hand.
# Komga pour YunoHost # Komga pour YunoHost
[![Niveau dintégration](https://dash.yunohost.org/integration/komga.svg)](https://dash.yunohost.org/appci/app/komga) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/komga.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/komga.maintain.svg) [![Niveau dintégration](https://dash.yunohost.org/integration/komga.svg)](https://dash.yunohost.org/appci/app/komga) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/komga.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/komga.maintain.svg)
[![Installer Komga avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=komga) [![Installer Komga avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=komga)
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./README.md)*
@ -29,7 +30,7 @@ Komga is a free and open source comics/mangas server.
- Download book files - Download book files
**Version incluse :** 0.160.0~ynh1 **Version incluse :** 0.164.0~ynh1
**Démo :** https://demo.komga.org **Démo :** https://demo.komga.org

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.160.0/komga-0.160.0.jar SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.164.0/komga-0.164.0.jar
SOURCE_SUM=99a34e882fa116ffe69e2535b2965566b5091134f9b20762d4e99b611dac9859 SOURCE_SUM=a74a419d19fef976e598e4b559d1e6e55558be0d1f3f3fc1dd009ea4ebc17d89
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=jar SOURCE_FORMAT=jar
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false

View file

@ -6,7 +6,7 @@
"en": "Media server for your comics, manga and magazines", "en": "Media server for your comics, manga and magazines",
"fr": "Serveur multimédia pour vos bandes dessinées, mangas et magazines" "fr": "Serveur multimédia pour vos bandes dessinées, mangas et magazines"
}, },
"version": "0.160.0~ynh1", "version": "0.164.0~ynh1",
"url": "https://komga.org", "url": "https://komga.org",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",