Skip to content

Commit 3da207c

Browse files
committed
chore: update
1 parent 498daee commit 3da207c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package_for_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ jobs:
119119
- name: Check variables
120120
if: runner.os == 'Windows'
121121
run: |
122-
printf '%s\n' "$SM_KEYPAIR_NAME"'
123-
printf '%s\n' "$SM_API_KEY"'
124-
printf '%s\n' "$SM_CLIENT_CERT_FILE"'
122+
printf "%s\n" "$SM_KEYPAIR_NAME"'
123+
printf "%s\n" "$SM_API_KEY"'
124+
printf "%s\n" "$SM_CLIENT_CERT_FILE"'
125125
shell: bash
126126

127127
- name: Setting up the client tools

0 commit comments

Comments
 (0)