diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh
index 20198ca..281d059 100755
--- a/.github/workflows/updater.sh
+++ b/.github/workflows/updater.sh
@@ -48,7 +48,7 @@ fi
#=================================================
# Replace new version in _common.sh
-sed -i "s/^commit_sha=.*/commit_sha=$commit_hash/" scripts/_common.sh
+sed -i "s/^commit_sha=.*/commit_sha=\"$commit_hash\"/" scripts/_common.sh
#=================================================
# GENERIC FINALIZATION
diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml
index a1f6686..66764ab 100644
--- a/.github/workflows/updater.yml
+++ b/.github/workflows/updater.yml
@@ -35,8 +35,8 @@ jobs:
if: ${{ env.PROCEED == 'true' }}
run: |
git commit -am "Upgrade to v$VERSION"
- - name: Create Pull Request
- id: cpr
+ - name: Create Pull Request to testing
+ id: cpr-testing
if: ${{ env.PROCEED == 'true' }}
uses: peter-evans/create-pull-request@v4
with:
diff --git a/README.md b/README.md
index 582c97f..ce69157 100644
--- a/README.md
+++ b/README.md
@@ -19,25 +19,20 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
-**Shipped version:** 2023.09.12.16.01.06~ynh1
+**Shipped version:** 2023.09.18.10.00.00~ynh1
-**Demo:** https://searx.be/
+**Demo:** https://searx.be
## Screenshots

-## Disclaimers / important information
-
-Please note that this application is a rolling-release (i.e. each commit is a release) and thus is updated very regularly. People not updating frequently may encounter some bugs or disruptions due to the very nature of this software.
-
## Documentation and resources
-* Official app website:
+* Official app website:
* Official user documentation:
* Official admin documentation:
* Upstream app code repository:
-* YunoHost documentation for this app:
* Report a bug:
## Developer info
diff --git a/README_fr.md b/README_fr.md
index edd5fe4..0ebfff3 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -19,25 +19,20 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
-**Version incluse :** 2023.09.12.16.01.06~ynh1
+**Version incluse :** 2023.09.18.10.00.00~ynh1
-**Démo :** https://searx.be/
+**Démo :** https://searx.be
## Captures d’écran

-## Avertissements / informations importantes
-
-Please note that this application is a rolling-release (i.e. each commit is a release) and thus is updated very regularly. People not updating frequently may encounter some bugs or disruptions due to the very nature of this software.
-
## Documentations et ressources
-* Site officiel de l’app :
+* Site officiel de l’app :
* Documentation officielle utilisateur :
* Documentation officielle de l’admin :
* Dépôt de code officiel de l’app :
-* Documentation YunoHost pour cette app :
* Signaler un bug :
## Informations pour les développeurs