diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 72eb5cb..7b75979 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -10,7 +10,7 @@ # automatic actions when a new upstream release is detected. # Remove this exit command when you are ready to run this Action -exit 1 +#exit 1 #================================================= # FETCHING LATEST RELEASE AND ITS ASSETS diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index fd6ed60..5e1404f 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -24,7 +24,8 @@ jobs: git config --global user.name 'yunohost-bot' git config --global user.email 'yunohost-bot@users.noreply.github.com' # Run the updater script - /bin/bash .github/workflows/updater.sh + #/usr/bin/bash /home/runner/work/plateau_ynh/plateau_ynh/.github/workflows/updater.sh + bash .github/workflows/updater.sh - name: Commit changes id: commit if: ${{ env.PROCEED == 'true' }} @@ -40,10 +41,11 @@ jobs: committer: 'yunohost-bot ' author: 'yunohost-bot ' signoff: false - branch: ci-auto-update-v${{ env.VERSION }} base: testing + branch: ci-auto-update-v${{ env.VERSION }} delete-branch: true title: 'Upgrade to version ${{ env.VERSION }}' body: | Upgrade to v${{ env.VERSION }} + [See upstream release page](https://github.com/${{ env.REPO }}/releases/tag/v${{ env.VERSION }}) draft: false