Create or update a “pending” pull request comment while preview deployments are still running.
The workflow needs issues: write or pull-requests: write.
- uses: Selflify/preview-comment-placeholder-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pr-number: ${{ needs.prepare.outputs.pr_number }}
path-name: ${{ needs.prepare.outputs.path_name }}
site-names-json: ${{ needs.prepare.outputs.site_names }}