mirror of
https://github.com/YunoHost-Apps/cinny_ynh.git
synced 2024-09-03 18:16:13 +02:00
updater.yml: Run updater job on testing instead of master
It can fail when cherry-picking commits created on master but requesting a merge request on testing.
This commit is contained in:
parent
4ebb6db4ea
commit
31816f8da6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/updater.yml
vendored
1
.github/workflows/updater.yml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
ref: testing
|
||||||
|
|
||||||
- name: Run the updater script
|
- name: Run the updater script
|
||||||
run: .github/workflows/updater.py
|
run: .github/workflows/updater.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue