Former-commit-id: a07d3334be5a4e4141cf05da4f0dea48c3728196 Former-commit-id: 74b26bd87b7e206a35eb80d073abfa6f11ce1da0 Former-commit-id: d6abd1edaff150a30be318f5f0e1e3cf3cf1f9dc Former-commit-id: a387275fe2c3386329461409f2ffa9ca0eaaad25 [formerly c3693a07c658dbccfe148b632619c11f2ddc62b9] Former-commit-id: de23bcae5b074d94f19e5a9c9b6f37de7195a69e Former-commit-id: 2f8d356cd2ebb490fe85bdd7d9f82ef1c55e8355 Former-commit-id: bbedf1aa3ad867f59d0828aa1c5bca819613f25d Former-commit-id: ee6d9a9816b8b10ba72dc0674c89377e5d982b5b Former-commit-id: 7543eccd181de7d47d70e812633afea1ead04344
17 lines
321 B
YAML
17 lines
321 B
YAML
name: Send message on star
|
|
|
|
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/EweNWLE36rvVR8EFfWGq7k/$actor%20star%20了你的仓库/$repo |