chore(deps): bump libpng from c1cc0f3
to 51f5bd6
#19
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
name: Preview Start | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
permissions: | |
contents: read | |
jobs: | |
preview-start: | |
permissions: | |
issues: write | |
pull-requests: write | |
name: preview start | |
runs-on: ubuntu-latest | |
steps: | |
- name: Update Status Comment | |
uses: actions-cool/maintain-one-comment@v3 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
body: | | |
[Prepare Preview](https://preview-${{ github.event.number }}-libwebp-wasm-gif2webp.surge.sh) | |
<!-- AUTO_PREVIEW_HOOK --> | |
body-include: <!-- AUTO_PREVIEW_HOOK --> |