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