WIP: Add UpdateChecker cog #14

Draft
cswimr wants to merge 37 commits from updatechecker into main
Showing only changes of commit 21cbe8008e - Show all commits

View file

@ -47,9 +47,10 @@ jobs:
continue-on-error: true
- name: Deploy the documentation to Meli (CoastalCommits Pages)
run: |
unset GITHUB_TOKEN
unset GITLAB_TOKEN
if [ -n "${{ github.base_ref }}" ]; then
release="$(basename "{{ github.base_ref }}")"
export GITEA_TOKEN = ${{ secrets.COASTALCOMMITSTOKEN }}
else
release="$(basename "${{ github.ref }}")"
fi
@ -64,6 +65,8 @@ jobs:
--branch "$release"
echo "Deployed to Meli on branch $release"
env:
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
continue-on-error: true
- name: Analysing the code with Pylint
run: |