Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-webdevelop authored May 27, 2024
1 parent 0e339a2 commit cded763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webhook.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: webhook workflow

on:
repository_dispatch:
repository_dispatch:

jobs:
main:
Expand All @@ -10,4 +10,4 @@ jobs:
steps:
- name: print payload
run: |
echo ${{ toJson(github.event.client_payload.data) }}
echo ${{ toJSON(github.event.client_payload.data) }}

0 comments on commit cded763

Please sign in to comment.