From 74cc3348b6151a7e9535777486bfe5a924fe6766 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Tue, 27 Aug 2024 11:45:13 -0700 Subject: [PATCH] fix: Fix the inputs to the python-semantic-release action --- .github/workflows/_reusable-package-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_reusable-package-release.yml b/.github/workflows/_reusable-package-release.yml index 23d4306e..0252ce6f 100644 --- a/.github/workflows/_reusable-package-release.yml +++ b/.github/workflows/_reusable-package-release.yml @@ -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: