Skip to content

Commit

Permalink
fix: Fix the inputs to the python-semantic-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 27, 2024
1 parent d0e8198 commit 74cc334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_reusable-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:
force: ${{ inputs.release-level }}
root_options: -v --strict
github_token: ${{ secrets.checkout-token }}
git_committer_email: ${{ vars.commit-user-email }}
git_committer_name: ${{ vars.commit-user-name }}
git_committer_email: ${{ inputs.commit-user-email }}
git_committer_name: ${{ inputs.commit-user-name }}
ssh_public_signing_key: ${{ secrets.ssh-signing-key-public }}
ssh_private_signing_key: ${{ secrets.ssh-signing-key-private }}
outputs:
Expand Down

0 comments on commit 74cc334

Please sign in to comment.