diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b53eb7be4..04f0459a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,8 +19,8 @@ jobs: - name: Send to Google Apps Script (Stars only) if: github.event_name == 'watch' run: | - curl -fSs -X POST "${{ secrets.GOOGLE_SCRIPT_ENDPOINT }}" \ - -H 'Content-Type: application/json' \ + curl -fSs -X POST "${{ secrets.GOOGLE_SCRIPT_ENDPOINT }}" + -H 'Content-Type: application/json' -d '{"url":"${{ github.event.sender.html_url }}"}' - name: Set webhook based on event type id: set-webhook