1
0
Fork 0
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:
Salamandar 2023-03-30 09:32:58 +02:00 committed by GitHub
parent 4ebb6db4ea
commit 31816f8da6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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