From c8d288c4c8dafd011b2d324d3ba3052b0fe11794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 7 Dec 2021 23:33:02 +0300 Subject: [PATCH] fix(fixtures): update the multi line docker command --- .github/workflows/test-fixtures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-fixtures.yml b/.github/workflows/test-fixtures.yml index a357c2f14e..89b14a928f 100644 --- a/.github/workflows/test-fixtures.yml +++ b/.github/workflows/test-fixtures.yml @@ -42,7 +42,7 @@ jobs: cd .workspace fixtures_dir=${GITHUB_WORKSPACE}/.github/fixtures docker run -t \ - -v "$(pwd)/.git":/app/ + -v "$(pwd)/.git":/app/ \ -v "$fixtures_dir/cliff.toml":/app/cliff.toml \ orhunp/git-cliff:latest > "$fixtures_dir/output.md" - name: Compare the output with the expected output