Skip to content

Unable to fetch watchlist: Malformed message body: Invalid JSON #51

Unable to fetch watchlist: Malformed message body: Invalid JSON

Unable to fetch watchlist: Malformed message body: Invalid JSON #51

Workflow file for this run

# .github/workflows/merge-preview.yml
name: "Merge preview"
on:
issue_comment:
types: [created]
jobs:
preview:
runs-on: ubuntu-latest
steps:
# https://github.com/orgs/community/discussions/25702
- uses: actions/checkout@v2
with:
token: ${{ secrets.PAT_TOKEN }}
- uses: nwtgck/actions-merge-preview@develop
with:
github-token: ${{ secrets.PAT_TOKEN }}