Skip to content

Feature/reusable workflows #4

Feature/reusable workflows

Feature/reusable workflows #4

Workflow file for this run

name: Deploy Preview Site
on:
pull_request:
jobs:
deploy-site:
uses: operations-project/github-action-ddev-runner/.github/workflows/ddev.site.deploy.yml@feature/reusable-workflows

Check failure on line 7 in .github/workflows/site.preview.yml

View workflow run for this annotation

GitHub Actions / Deploy Preview Site

Invalid workflow file

The workflow is not valid. .github/workflows/site.preview.yml (Line: 7, Col: 11): Input git_repository is required, but not provided while calling. .github/workflows/site.preview.yml (Line: 7, Col: 11): Input git_reference is required, but not provided while calling.
with:
git_root: /apps/ourproject/pr${{ github.event.number }}
ddev_project_name: ourproject.pr${{ github.event.number }}
ddev_project_tld: sites.thinkdrop.net
github_environment: pr${{ github.event.number }}
github_runs_on: ubuntu-latest
ddev_config: |
additional_fqdns:
- test.pr${{ github.event.number }}.sites.thinkdrop.net