mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
commit
b5f9c0f373
5 changed files with 7 additions and 7 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch the source code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Run the updater script
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: Create Pull Request
|
||||
id: cpr
|
||||
if: ${{ env.PROCEED == 'true' }}
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: Update to version ${{ env.VERSION }}
|
||||
|
|
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Create and email invoices, track payments, expenses, and time tasks
|
||||
|
||||
**Shipped version:** 5.5.70~ynh1
|
||||
**Shipped version:** 5.5.82~ynh1
|
||||
|
||||
**Demo:** https://app.invoiceninja.com/dashboard
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires
|
||||
|
||||
**Version incluse :** 5.5.70~ynh1
|
||||
**Version incluse :** 5.5.82~ynh1
|
||||
|
||||
**Démo :** https://app.invoiceninja.com/dashboard
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/invoiceninja/invoiceninja/releases/download/v5.5.70/invoiceninja.zip
|
||||
SOURCE_SUM=82570776b846b2ff90f2bb7121ed24bb405add0197875622198a9dfbb8a92133
|
||||
SOURCE_URL=https://github.com/invoiceninja/invoiceninja/releases/download/v5.5.82/invoiceninja.zip
|
||||
SOURCE_SUM=8166272b5fb81b6e089106c42b9c93485fdf4b9524907b51d23fb969a4987fe5
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Create and email invoices, track payments, expenses, and time tasks",
|
||||
"fr": "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires"
|
||||
},
|
||||
"version": "5.5.70~ynh1",
|
||||
"version": "5.5.82~ynh1",
|
||||
"url": "https://invoiceninja.org",
|
||||
"upstream": {
|
||||
"license": "Elastic-2.0",
|
||||
|
|
Loading…
Reference in a new issue