From fb2383ad8bbce8e2410edd2268d5cd7146ba44c8 Mon Sep 17 00:00:00 2001 From: orhun Date: Sat, 19 Jun 2021 22:57:51 +0300 Subject: [PATCH] test(args): use multiple arguments for testing --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e409b38..ee86b6a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: uses: ./ with: config: fixtures/cliff.toml - args: --verbose + args: --verbose --strip footer env: OUTPUT: fixtures/CHANGELOG.md - name: Print the changelog