Skip to content

Commit

Permalink
fix(ci): Fix indent
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <gh@macinsight.net>
  • Loading branch information
macinsight committed Nov 28, 2023
1 parent a6050ed commit 5895aa7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:

jobs:
generate-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: BobAnkh/auto-generate-changelog@v1.2.5
with:
REPO_NAME: 'coavins/zomboid-coavins-firearms'
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
PATH: 'CHANGELOG.md'
COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes'
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: BobAnkh/auto-generate-changelog@v1.2.5
with:
REPO_NAME: 'coavins/zomboid-coavins-firearms'
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
PATH: 'CHANGELOG.md'
COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes'
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'

0 comments on commit 5895aa7

Please sign in to comment.