Skip to content

Commit bcd2639

Browse files
authored
Can't use env. here.
1 parent a3f12ee commit bcd2639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ on:
2323
git_root:
2424
required: true
2525
type: string
26-
default: ${{ env.GIT_ROOT }}
2726
description: The path to clone the repository into, relative to the runner workspace. Use absolute paths when running a persistent server.
2827

2928
start_command:
@@ -100,6 +99,7 @@ jobs:
10099
runs-on: ${{ inputs.github_runs_on }}
101100

102101
steps:
102+
- run: env
103103
- uses: jonpugh/goatscripts@main
104104

105105
- name: Clone code

0 commit comments

Comments
 (0)