From f7dfd7cb0bcee2789a018759b28a18fe0bb1f4c5 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Wed, 23 Sep 2020 19:54:29 +0200 Subject: [PATCH] Pass as a json str --- .github/workflows/notify-repository-on-published-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-repository-on-published-release.yml b/.github/workflows/notify-repository-on-published-release.yml index 55fd7ef..4eb83a1 100644 --- a/.github/workflows/notify-repository-on-published-release.yml +++ b/.github/workflows/notify-repository-on-published-release.yml @@ -10,5 +10,5 @@ jobs: steps: - uses: sublimelsp/notify-repository-on-published-release-action@v1 with: - payload: ${{ github.event }} + payload: '${{ toJson(github.event) }}' personal-access-token: ${{ secrets.RWOLS_PERSONAL_ACCESS_TOKEN }}