Skip to content

Commit

Permalink
Update stars.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani authored Sep 14, 2023
1 parent 80c2be6 commit 7c28a4f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/stars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Payload
run: ${{ github.event.issue.number }}
- name: Print Info
run: |
echo "Repository: ${{ github.repository }}"
echo "Event: ${{ github.event_name }}"
echo "User: ${{ github.actor }}"
echo "Done!"
- name: Ntfy
run: curl -d "Someone starred your repository" http://155.248.254.32/github

0 comments on commit 7c28a4f

Please sign in to comment.