We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9d60a commit 7882344Copy full SHA for 7882344
1 file changed
.github/workflows/operations.site.deploy.ddev.yml
@@ -96,7 +96,7 @@ jobs:
96
runs-on: ${{ inputs.github_runs_on }}
97
98
steps:
99
- - uses: jonpugh/goatscripts@v1
+ - uses: jonpugh/goatscripts@main
100
101
- name: Clone code
102
env:
@@ -171,7 +171,7 @@ jobs:
171
echo "project_tld: ${{ inputs.ddev_project_tld }}" >> ${{ inputs.ddev_config_filename }}
172
echo "${{ inputs.ddev_config }}" >> ${{ inputs.ddev_config_filename }}
173
174
175
176
- name: Start site
177
working-directory: ${{ inputs.git_root }}
@@ -195,7 +195,7 @@ jobs:
195
196
197
198
199
200
- name: Prepare data
201
0 commit comments