Skip to content

Commit 3019f6c

Browse files
committed
test
1 parent 7cd9627 commit 3019f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
# Install torchstore
5252
eval "$(ssh-agent -s)"
53-
echo '${SECRET_FORGE_GITHUB_CI_FOR_TORCHSTORE}' >> torchstore_ssh_key
53+
echo "${SECRET_FORGE_GITHUB_CI_FOR_TORCHSTORE}" >> torchstore_ssh_key
5454
chmod 600 torchstore_ssh_key
5555
# Print the first and last 2 lines of the key to make sure it's valid
5656
head -2 torchstore_ssh_key

0 commit comments

Comments
 (0)