From 6d586fce938703a7e619dd93a9d757579442b30a Mon Sep 17 00:00:00 2001 From: Steven Rand Date: Mon, 8 Dec 2025 10:15:45 -0500 Subject: [PATCH] check for string true rather than existence in setup-python-keyring --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 2b40555..f7cd91f 100644 --- a/action.yaml +++ b/action.yaml @@ -200,7 +200,7 @@ runs: echo HTTP_AUTH="basic:${{ inputs.apk-host }}:user:$(chainctl auth token --audience ${{ inputs.apk-host }})" >> $GITHUB_ENV fi - - if: ${{ inputs.setup-python-keyring }} + - if: ${{ inputs.setup-python-keyring == 'true' }} name: Install Python keyring package shell: bash run: |