chore(deps): bump libwebp from 2ddaaf0
to 0ab789e
#8
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 --> |