Files
WOL-LY/.gitea/workflows/notify.yaml
Workflow config file is invalid. Please check your config file: yaml: line 13: found a tab character where an indentation space is expected
2024-12-17 14:05:51 +02:00

15 lines
325 B
YAML

name: Release Notification
on:
release:
types: [published]
jobs:
notify:
name: Send Notification
runs-on: ubuntu-latest
steps:
- name: Send Notification
run: |
curl -s -H 'Cache: no' -d 'A new release has been published! Check it out: $GITEA_RELEASE_URL 😎' konsthol.eu:5656/Releases