Skip to content

chore: ignore generated files #13

chore: ignore generated files

chore: ignore generated files #13

Workflow file for this run

name: Deploy Preview

Check failure on line 1 in .github/workflows/preview.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/preview.yml

Invalid workflow file

(Line: 18, Col: 12): Job 'pr-comment' depends on unknown job 'call-base'.
on:
pull_request:
branches: ['prod']
jobs:
netlify:
uses: ./.github/workflows/netlify.yml
with:
prod: false
secrets:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
# Comment back on PR with the URL
pr-comment:
needs: call-base
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: marocchino/sticky-pull-request-comment@v2
with:
header: netlify-preview
recreate: true
message: |
✅ Netlify Preview Ready
🔗 **${{ needs.call-base.outputs.deploy_url }}**