Skip to content

Commit bfe2101

Browse files
committed
Backslash fix
1 parent 4e8c1a3 commit bfe2101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196

197197
- name: Revert new migrations
198198
if: steps.check.outputs.has_changes == 'true'
199-
run: bin/console doctrine:migrations:migrate ${{ steps.base-version.outputs.version }} -vvv --ansi --no-interaction
199+
run: bin/console doctrine:migrations:migrate "${{ steps.base-version.outputs.version }}" -vvv --ansi --no-interaction
200200

201201
- name: Snapshot reverted schema and data
202202
if: steps.check.outputs.has_changes == 'true'

0 commit comments

Comments
 (0)