We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4907d commit 3068657Copy full SHA for 3068657
.github/workflows/ops.site.deploy.ddev.yml
@@ -87,7 +87,7 @@ on:
87
description: The URL to use for the GitHub environment.
88
89
env:
90
- PATH: ./goatscripts/src:/usr/local/bin:/usr/bin:/bin
+ PATH: ${{ env.GITHUB_WORKSPACE }}/goatscripts/src:/usr/local/bin:/usr/bin:/bin
91
92
jobs:
93
deploy-code:
0 commit comments