fix: true == true

This commit is contained in:
Tom Hu
2024-11-19 14:40:10 -05:00
parent 3717491f16
commit 038c89eb32

View File

@@ -163,7 +163,7 @@ runs:
- name: Get and set token
shell: bash
run: |
if [ ${{ inputs.use_oidc }} == 'true' ];
if [ "${{ inputs.use_oidc }}" == 'true' ];
then
# {"count":1984,"value":"***"}
echo "$ACTIONS_ID_TOKEN_REQUEST_URL"