orhun / git-cliff-action

GitHub action to generate a changelog based on the Git history
https://github.com/orhun/git-cliff
Apache License 2.0
117 stars 14 forks source link

Fixing the entrypoint to navigate to the workspace first before runni… #24

Closed Gnyblast closed 2 months ago

Gnyblast commented 2 months ago

…ng git-cliff

Gnyblast commented 2 months ago

To resolve issue #23

Gnyblast commented 2 months ago
- uses: actions/checkout@v4
  with:
    fetch-depth: 0

was needed. Closed.