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' }}
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue