1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00

Merge pull request #124 from YunoHost-Apps/patching-ci

Patching ci
This commit is contained in:
Quentin Michaud 2023-09-27 23:43:36 +02:00 committed by GitHub
commit 58ebf94240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
@ -53,8 +53,8 @@ jobs:
Upgrade to v${{ env.VERSION }}
[See upstream release page](https://github.com/${{ env.REPO }}/releases/tag/v${{ env.VERSION }})
draft: false
- name: Create Pull Request
id: cpr
- name: Create Pull Request to master
id: cpr-master
if: ${{ env.PROCEED == 'true' }}
uses: peter-evans/create-pull-request@v4
with: