.gitea/workflows/release.yml aktualisiert
Some checks failed
release / release (push) Failing after 3s
Some checks failed
release / release (push) Failing after 3s
This commit is contained in:
parent
c2a48edc7b
commit
9d3876ab4b
@ -31,3 +31,10 @@ jobs:
|
||||
run: |
|
||||
export NEWEST_PAGEFIND_RELEASE=$(curl -s https://api.github.com/repos/CloudCannon/pagefind/releases | jq -r '.[0].name')
|
||||
curl -sL https://git.cantorgymnasium.de/api/packages/gcg/generic/hugo/$NEWEST_PAGEFIND_RELEASE/pagefind_extended --output /usr/local/bin/pagefind_extended
|
||||
|
||||
- name: notification
|
||||
uses: actions/telegram-action@main
|
||||
if: always()
|
||||
with:
|
||||
chat_id: ${{ secrets.TG_CHAT_ID }}
|
||||
token: ${{ secrets.TG_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user