ntfy Job #330
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ntfy Job | |
on: | |
watch: | |
types: [started] | |
jobs: | |
ntfy-job: | |
name: ntfy Job | |
runs-on: ubuntu-latest | |
steps: | |
- name: ntfy | |
env: | |
MY_VAR: Hi there! My name is | |
FIRST_NAME: wuwenjie1992 | |
run: | | |
echo $MY_VAR $FIRST_NAME | |
curl -H "Title:StarrySky started" -H "Click: https://github.com/wuwenjie1992/StarrySky/stargazers" -d "StarrySky started" https://ntfy.sh/wuwenjie1992_github |