mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 23:45:43 +08:00
fix(action): fix quote/space handling in arguments
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Action Test
|
||||
|
||||
on: [ push, pull_request ]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
git-cliff-action:
|
||||
@@ -16,7 +16,12 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
config: fixtures/cliff.toml
|
||||
args: --verbose --strip 'footer' --exclude-path '.github/**' --tag 0.0.0
|
||||
args: >
|
||||
--verbose
|
||||
--strip 'footer'
|
||||
--exclude-path '.github/**'
|
||||
--tag 0.0.0
|
||||
--with-commit "\'test(changelog): add a custom commit\'"
|
||||
env:
|
||||
OUTPUT: fixtures/CHANGELOG.md
|
||||
- name: Print the changelog
|
||||
|
||||
Reference in New Issue
Block a user