Skip to content

Commit

Permalink
send event (#168)
Browse files Browse the repository at this point in the history
Co-authored-by: adrianabedon <[email protected]>
  • Loading branch information
adrianabedon and adrianabedon authored Sep 11, 2024
1 parent eabfca5 commit 755accd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/issue_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
ISSUE_URL: ${{ github.event.issue.html_url }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
STATE: ${{ github.event.issue.state }}
EVENT_NAME: ${{ github.event_name }}
EVENT_ACTION: ${{ github.event.action }}
run: |
http --ignore-stdin --cert=client.pem --verbose "$PAYLOAD_URL" \
issue_url="$ISSUE_URL" \
Expand All @@ -63,3 +65,5 @@ jobs:
comments:="$COMMENTS" \
reactions:="$REACTIONS" \
mentions:="$MENTIONS" \
event_name="$EVENT_NAME" \
event_action="$EVENT_ACTION"

0 comments on commit 755accd

Please sign in to comment.