Star notice #5734
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: Star notice | |
on: | |
watch: | |
types: [started] | |
jobs: | |
bark: | |
runs-on: ubuntu-latest | |
steps: | |
- name: send bark message | |
run: | | |
repo=${GITHUB_REPOSITORY//\//:} | |
actor=$GITHUB_ACTOR | |
curl https://api.day.app/rwVK7e3nsZtopouwhRpVvM/$actor%20star%20了你的仓库/$repo |