star.yml 312 B

1234567891011121314151617
  1. name: Star notice
  2. on:
  3. watch:
  4. types: [started]
  5. jobs:
  6. bark:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - name: send bark message
  10. run: |
  11. repo=${GITHUB_REPOSITORY//\//:}
  12. actor=$GITHUB_ACTOR
  13. curl https://api.day.app/rwVK7e3nsZtopouwhRpVvM/$actor%20star%20了你的仓库/$repo