Skip to content

Commit

Permalink
thanks to a stack overflow user for answering this
Browse files Browse the repository at this point in the history
  • Loading branch information
PlaceReporter99 committed Apr 30, 2024
1 parent bc935d6 commit 6ca98c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chatupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
password: ${{ secrets.BOT_PASSWORD }}
event: ${{ github.event_name }}
actor: ${{ github.actor }}
payload: ${{ !!str ${{ github.event }} }}
payload: ${{ toJSON(github.event) }}

0 comments on commit 6ca98c2

Please sign in to comment.