Skip to content

Commit 022b59d

Browse files
authored
Update ops.site.deploy.ddev.yml
1 parent c7c9fa6 commit 022b59d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ops.site.deploy.ddev.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,19 +174,22 @@ jobs:
174174
name: ${{ inputs.github_environment_name }}
175175
url: "${{ inputs.github_environment_url }}"
176176

177+
env:
178+
PATH: ${{ env.GITHUB_WORKSPACE }}/goatscripts/src:/usr/local/bin:/usr/bin:/bin
179+
177180
steps:
178181

179182
- uses: actions/checkout@v4
180183
name: Install scripts
181184
with:
182185
repository: 'jonpugh/goatscripts'
183186
ref: 'v1.0.0'
187+
path: goatscripts
184188

185189
- name: Prepare data
186190
working-directory: ${{ inputs.git_root }}
187191
if: ${{ inputs.run_prepare_command }}
188192
run: |
189-
cd ../../github-action-ddev-runner/github-action-ddev-runner/src
190193
ls -la
191194
./run-with-summary ${{ inputs.prepare_command }}
192195

0 commit comments

Comments
 (0)