We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c9fa6 commit 022b59dCopy full SHA for 022b59d
1 file changed
.github/workflows/ops.site.deploy.ddev.yml
@@ -174,19 +174,22 @@ jobs:
174
name: ${{ inputs.github_environment_name }}
175
url: "${{ inputs.github_environment_url }}"
176
177
+ env:
178
+ PATH: ${{ env.GITHUB_WORKSPACE }}/goatscripts/src:/usr/local/bin:/usr/bin:/bin
179
+
180
steps:
181
182
- uses: actions/checkout@v4
183
name: Install scripts
184
with:
185
repository: 'jonpugh/goatscripts'
186
ref: 'v1.0.0'
187
+ path: goatscripts
188
189
- name: Prepare data
190
working-directory: ${{ inputs.git_root }}
191
if: ${{ inputs.run_prepare_command }}
192
run: |
- cd ../../github-action-ddev-runner/github-action-ddev-runner/src
193
ls -la
194
./run-with-summary ${{ inputs.prepare_command }}
195
0 commit comments