1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

Place the auto-update script on testing branch

This commit is contained in:
OniriCorpe 2023-07-23 16:40:14 +02:00
parent 86a39deb03
commit f111cdbfb4
2 changed files with 1 additions and 3 deletions

View file

@ -16,9 +16,6 @@
# FETCHING LATEST RELEASE AND ITS ASSETS
#=================================================
# Access the branch 'testing'
git checkout testing
# Fetching information
current_version=$(jq -j '.version|split("~")[0]' manifest.json)
repo=$(jq -j '.upstream.code|split("https://github.com/")[1]' manifest.json)

View file

@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: 'testing'
- name: Run the updater script
id: run_updater
run: |