mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
commit
58ebf94240
1 changed files with 4 additions and 4 deletions
8
.github/workflows/updater.yml
vendored
8
.github/workflows/updater.yml
vendored
|
@ -35,8 +35,8 @@ jobs:
|
||||||
if: ${{ env.PROCEED == 'true' }}
|
if: ${{ env.PROCEED == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
git commit -am "Upgrade to v$VERSION"
|
git commit -am "Upgrade to v$VERSION"
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request to testing
|
||||||
id: cpr
|
id: cpr-testing
|
||||||
if: ${{ env.PROCEED == 'true' }}
|
if: ${{ env.PROCEED == 'true' }}
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
|
@ -53,8 +53,8 @@ jobs:
|
||||||
Upgrade to v${{ env.VERSION }}
|
Upgrade to v${{ env.VERSION }}
|
||||||
[See upstream release page](https://github.com/${{ env.REPO }}/releases/tag/v${{ env.VERSION }})
|
[See upstream release page](https://github.com/${{ env.REPO }}/releases/tag/v${{ env.VERSION }})
|
||||||
draft: false
|
draft: false
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request to master
|
||||||
id: cpr
|
id: cpr-master
|
||||||
if: ${{ env.PROCEED == 'true' }}
|
if: ${{ env.PROCEED == 'true' }}
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue