Skip to content

Commit

Permalink
Actions!
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbusboom committed Aug 16, 2024
1 parent 41b8357 commit cad1757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
env:
GITHUB_USERNAME: ${{ github.actor }}
REPO_URL: ${{ github.repositoryUrl }}
COMMIT: ${{ github.sha }}
EVENT_TYPE: ${{ github.event_name }}
run: |
curl -X POST https://student-telem.do.jointheleague.org/github/activity \
-H "Content-Type: application/json" \
-d '{"username": "'"${GITHUB_USERNAME}"'", "repo_url": "'"${REPO_URL}"'", "event_type": "'"${EVENT_TYPE}"'"}'
-d '{"username": "'"${GITHUB_USERNAME}"'", "repo_url": "'"${REPO_URL}"'", "commit": "'"${COMMIT}"'", "event_type": "'"${EVENT_TYPE}"'"}'

0 comments on commit cad1757

Please sign in to comment.