We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8c1a3 commit bfe2101Copy full SHA for bfe2101
.github/workflows/database.yaml
@@ -196,7 +196,7 @@ jobs:
196
197
- name: Revert new migrations
198
if: steps.check.outputs.has_changes == 'true'
199
- run: bin/console doctrine:migrations:migrate ${{ steps.base-version.outputs.version }} -vvv --ansi --no-interaction
+ run: bin/console doctrine:migrations:migrate "${{ steps.base-version.outputs.version }}" -vvv --ansi --no-interaction
200
201
- name: Snapshot reverted schema and data
202
0 commit comments