Former-commit-id: d6f4575b98
Former-commit-id: 4e53e116e2461201aeaa2207fd89125e4cb00ece
Former-commit-id: b714ce112911b12be4ed39deee69fadf8b6a79aa
Former-commit-id: a058053b7d15a220c763621b29d718f74608139a [formerly 5ea7fe734c42b7ffe77f4ca223f2a34cc6224bd7]
Former-commit-id: 3017ecf4849672c80b234445cbcc75cfb107e2b6
Former-commit-id: 77e845353a6e8e7b02c238e51c1e57e3ecaec9e0
Former-commit-id: 9c2c54b8e3b717780808fb22ccfec3de7f670a94
Former-commit-id: 8a0565eae312a75add6e5be8bde19cfeda9b9712
Former-commit-id: 18b8872acbd9bbf6eca1a8f94cff79e29eb18528
This commit is contained in:
parent
4398b15272
commit
51189fd5a4
|
|
@ -0,0 +1,17 @@
|
|||
name: Send message on star
|
||||
|
||||
on:
|
||||
watch:
|
||||
types: [started]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: send bark message
|
||||
run: |
|
||||
repo=${GITHUB_REPOSITORY//\//:}
|
||||
actor=$GITHUB_ACTOR
|
||||
curl https://api.day.app/EweNWLE36rvVR8EFfWGq7k/$actor%20star%20了你的仓库/$repo
|
||||
Loading…
Reference in New Issue