Skip to content

Commit

Permalink
Add a cache and a since
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 11, 2022
1 parent 89b3a60 commit 977b42b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
configureSections: ${{ steps.config.outputs.config }}
cacheFile: github-changelog-generator-action.cache
cacheFile: github-changelog-generator.cache
sinceTag: 3.20.0

- run: c2cciutils-checks --fix --check=prettier
- run: git add CHANGELOG.md
- run: git add CHANGELOG.md github-changelog-generator.cache
- run: git config --global user.email "ci@example.com"
- run: git config --global user.name "CI"
- run: git commit -m "Update the changelog"
Expand Down

0 comments on commit 977b42b

Please sign in to comment.