Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbusboom committed Aug 16, 2024
1 parent 9f2ebdc commit 9b243cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Notify Telemetry

on: [push]
on: [push, fork]

jobs:
notify_telemetry:
Expand All @@ -9,10 +9,10 @@ jobs:
#- name: Checkout Code
# uses: actions/checkout@v3

- name: Send POST request
- name: Tell The League that the student has pushed code
env:
GITHUB_USERNAME: ${{ github.actor }}
REPO_URL: ${{ github.repository }}
REPO_URL: ${{ github.repositoryUrl }}
EVENT_TYPE: ${{ github.event_name }}
run: |
curl -X POST https://student-telem.do.jointheleague.org/github/activity \
Expand Down

0 comments on commit 9b243cb

Please sign in to comment.