Skip to content

add deploy preview

add deploy preview #6

name: Deploy pr preview
on:
pull_request:
types:
- opened
- synchronize
- closed
jobs:
deploy-pr-preview:
uses: grafana/website/.github/workflows/deploy-preview.yml@robbymilo/gh-deploy-previews

Check failure on line 12 in .github/workflows/deploy-preview.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-preview.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-preview.yml" -> "grafana/website/.github/workflows/deploy-preview.yml@robbymilo/gh-deploy-previews" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
sha: ${{ github.event.pull_request.head.sha }}
branch: ${{ github.ref_name }}
event_number: ${{ github.event.number }}
repo: website