Skip to content

Commit

Permalink
Fix conventional commits log diff
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jul 24, 2023
1 parent ec882dd commit 9337427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conventional-commits/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ runs:
run: |
poetry run conventional-commits \
--token ${{ inputs.token }} \
--base-ref origin/${{ inputs.base-ref }} \
--head-ref origin/${{ inputs.head-ref }} \
--base-ref ${{ inputs.base-ref }} \
--head-ref ${{ inputs.head-ref }} \
--event-path ${{ github.event_path }} \
--repository ${{ github.repository }} \
--working-directory ${{ github.workspace }}

0 comments on commit 9337427

Please sign in to comment.