We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03c2c2 commit 96165d6Copy full SHA for 96165d6
1 file changed
action.yml
@@ -112,6 +112,7 @@ runs:
112
ddev start
113
114
- name: Grant DDEV SSH Access
115
+ if: ${{ inputs.ddev-start == 'true' }}
116
shell: bash
117
working-directory: ${{ env.DDEV_PROJECT_PATH_FULL }}
118
run: |
0 commit comments