Skip to content

Commit 066c9dd

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ on:
8686
default: ${{ inputs.ddev_project_name }}.${{ inputs.ddev_project_tld }}
8787
description: The URL to use for the GitHub environment.
8888

89+
env:
90+
PATH: ${{ env.GITHUB_WORKSPACE }}/goatscripts/src:/usr/local/bin:/usr/bin:/bin
91+
8992
jobs:
9093
deploy-code:
9194
name: Deploy Code
@@ -174,9 +177,6 @@ jobs:
174177
name: ${{ inputs.github_environment_name }}
175178
url: "${{ inputs.github_environment_url }}"
176179

177-
env:
178-
PATH: ${{ env.GITHUB_WORKSPACE }}/goatscripts/src:/usr/local/bin:/usr/bin:/bin
179-
180180
steps:
181181

182182
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)