make the getting started page far less condescending #38
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request_target: | |
types: [opened] | |
name: Add footer to PR | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
name: Add preview footer to PR | |
steps: | |
- name: Add preview footer to PR | |
uses: devindford/Append_PR_Comment@v1.1.2 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
body-template: | | |
--- | |
See preview on Cloudflare Pages: https://preview-${{ github.event.number }}.developer-wiki.pages.dev | |
body-update-action: 'suffix' |