Skip to content

Bump firebase-tools from 11.24.0 to 13.6.0 #57

Bump firebase-tools from 11.24.0 to 13.6.0

Bump firebase-tools from 11.24.0 to 13.6.0 #57

# 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