Skip to content

Commit

Permalink
fix(fixtures): update the multi line docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 7, 2021
1 parent bbc58d7 commit c8d288c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8d288c

Please sign in to comment.