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 #23 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2021-09-15 17:06:23 +02:00 committed by GitHub
commit db82a222ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 8 deletions

5
.github/workflows/updater.sh vendored Normal file → Executable file
View file

@ -59,12 +59,9 @@ echo "Handling asset at $asset_url"
# Here we base the source file name upon a unique keyword in the assets url (admin vs. update) # Here we base the source file name upon a unique keyword in the assets url (admin vs. update)
# Leave $src empty to ignore the asset # Leave $src empty to ignore the asset
case $asset_url in case $asset_url in
*"admin"*) *"komga-"*".jar"*)
src="app" src="app"
;; ;;
*"update"*)
src="app-upgrade"
;;
*) *)
src="" src=""
;; ;;

View file

@ -24,7 +24,7 @@ jobs:
git config --global user.name 'yunohost-bot' git config --global user.name 'yunohost-bot'
git config --global user.email 'yunohost-bot@users.noreply.github.com' git config --global user.email 'yunohost-bot@users.noreply.github.com'
# Run the updater script # Run the updater script
./.github/workflows/updater.sh /bin/bash ./.github/workflows/updater.sh
- name: Commit changes - name: Commit changes
id: commit id: commit
if: ${{ env.PROCEED == 'true' }} if: ${{ env.PROCEED == 'true' }}

View file

@ -29,7 +29,7 @@ Komga is a free and open source comics/mangas server.
- Download book files - Download book files
**Shipped version:** 0.126.0~ynh2 **Shipped version:** 0.126.0~ynh3
**Demo:** https://demo.komga.org **Demo:** https://demo.komga.org

View file

@ -25,7 +25,7 @@ Komga is a free and open source comics/mangas server.
- Download book files - Download book files
**Version incluse :** 0.126.0~ynh2 **Version incluse :** 0.126.0~ynh3
**Démo :** https://demo.komga.org **Démo :** https://demo.komga.org

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.126.0~ynh2", "version": "0.126.0~ynh3",
"url": "https://komga.org", "url": "https://komga.org",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",