Skip to content

Commit cf5f1cb

Browse files
committed
Rename to SHOULD_LOAD_SSL_CERTIFICATES
1 parent 5ba4b83 commit cf5f1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup-certificate-1p/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
OP_SERVICE_ACCOUNT_TOKEN:
66
description: 1Password service account token
77
required: true
8-
NEEDS_SSL_CERTIFICATES:
8+
SHOULD_LOAD_SSL_CERTIFICATES:
99
description: Whether the action needs to set up SSL certificates
1010
required: false
1111
default: "true"
@@ -19,7 +19,7 @@ runs:
1919
OP_SERVICE_ACCOUNT_TOKEN: ${{ inputs.OP_SERVICE_ACCOUNT_TOKEN }}
2020

2121
- name: Update SSL Certificates from 1Password
22-
if: ${{ inputs.NEEDS_SSL_CERTIFICATES == 'true' }}
22+
if: ${{ inputs.SHOULD_LOAD_SSL_CERTIFICATES == 'true' }}
2323
run: |
2424
op document get --output expensify.ca.crt expensify.ca.crt && sudo cp expensify.ca.crt /usr/local/share/ca-certificates/expensify.ca.crt
2525
sudo update-ca-certificates

0 commit comments

Comments
 (0)