1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00

Merge pull request #130 from YunoHost-Apps/upgrade-auto-updater

This commit is contained in:
tituspijean 2023-03-02 21:09:00 +01:00 committed by GitHub
commit 6211ef06ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 14 deletions

View file

@ -7,7 +7,7 @@ jobs:
updater:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Check if newer version is available upstream
@ -46,12 +46,12 @@ jobs:
# Run the version updater script
./.github/workflows/updater.sh
# Replace new version in manifest
jq -s --indent 4 ".[] | .version = \"$VERSION~ynh1\"" manifest.json | sponge manifest.json
jq -s --indent 4 ".[] | .version = "$VERSION~ynh1"" manifest.json | sponge manifest.json
# Commit
git commit -am "Upgrade to v$VERSION"
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
if: steps.check_version.outputs.to_update == 'true'
with:
token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -6,6 +6,7 @@ It shall NOT be edited by hand.
# Grav for YunoHost
[![Integration level](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Working status](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg)
[![Install Grav with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav)
*[Lire ce readme en français.](./README_fr.md)*

View file

@ -5,15 +5,16 @@ It shall NOT be edited by hand.
# Grav pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg)
[![Installer Grav avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Grav rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
> *Ce package vous permet dinstaller Grav rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
Un CMS moderne basé sur des fichiers plats
@ -22,9 +23,9 @@ Un CMS moderne basé sur des fichiers plats
**Démo :** https://getgrav.org/downloads/themes
## Captures d'écran
## Captures décran
![Capture d'écran de Grav](./doc/screenshots/grav.jpg)
![Capture décran de Grav](./doc/screenshots/grav.jpg)
## Avertissements / informations importantes
@ -40,9 +41,9 @@ Un CMS moderne basé sur des fichiers plats
## Documentations et ressources
* Site officiel de l'app : <https://www.getgrav.org/>
* Documentation officielle de l'admin : <https://learn.getgrav.org>
* Dépôt de code officiel de l'app : <https://github.com/getgrav/grav>
* Site officiel de lapp : <https://www.getgrav.org/>
* Documentation officielle de ladmin : <https://learn.getgrav.org>
* Dépôt de code officiel de lapp : <https://github.com/getgrav/grav>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_grav>
* Signaler un bug : <https://github.com/YunoHost-Apps/grav_ynh/issues>
@ -58,4 +59,4 @@ ou
sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>