Skip to content

Commit

Permalink
Pass as a json str
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Sep 23, 2020
1 parent d6cff6f commit f7dfd7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f7dfd7c

Please sign in to comment.