Skip to content

Bump rollup from 2.79.1 to 2.79.2 #62

Bump rollup from 2.79.1 to 2.79.2

Bump rollup from 2.79.1 to 2.79.2 #62

# GitHub Action that creates a comment displaying the preview URL for each PR.
name: PR Preview URL Comment
on:
pull_request:
types: [opened]
jobs:
preview-url-comment:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
# https://github.com/peter-evans/create-or-update-comment
- name: Post comment
uses: peter-evans/create-or-update-comment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
edit-mode: replace
body: |
A live preview of this PR will be available at the URL below and will update on each commit. =
The build takes ~5-10 minutes, and will 404 until finished.
https://pr${{ github.event.number }}---site-24wnpwhcla-uc.a.run.app/
reactions: eyes