We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7bba0 commit 3e99cf4Copy full SHA for 3e99cf4
.github/workflows/site.preview.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Deploy Preview Site
10
- uses: ./.github/workflows/ddev.site.deploy.yml
+ uses: operations-project/github-action-ddev-runner/.github/workflows/ddev.site.deploy.yml
11
with:
12
git_root: /apps/ourproject/pr${{ github.event.number }}
13
ddev_project_name: ourproject.pr${{ github.event.number }}
0 commit comments