Skip to content

Commit

Permalink
debug: try without github
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Jul 4, 2024
1 parent b833e0e commit 9dcba83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/changelog-generate/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
uses: orhun/git-cliff-action@v3
with:
config: ${{ steps.get-config-path.outputs.path }}
args: "--tag ${{ inputs.tag }} --verbose --github-repo ${{ github.repository }}"
args: "--tag ${{ inputs.tag }} --verbose" # --github-repo ${{ github.repository }}"
env:
OUTPUT: ${{ inputs.changelog-file }}
GITHUB_TOKEN: ${{ inputs.github-token }}

0 comments on commit 9dcba83

Please sign in to comment.