Skip to content

Commit 3068657

Browse files
committed
Fix path.
1 parent 2f4907d commit 3068657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ on:
8787
description: The URL to use for the GitHub environment.
8888

8989
env:
90-
PATH: ./goatscripts/src:/usr/local/bin:/usr/bin:/bin
90+
PATH: ${{ env.GITHUB_WORKSPACE }}/goatscripts/src:/usr/local/bin:/usr/bin:/bin
9191

9292
jobs:
9393
deploy-code:

0 commit comments

Comments
 (0)