Skip to content

Commit 84d052b

Browse files
Fix cloudinary-cli-test.yml
1 parent 295836b commit 84d052b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloudinary-cli-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Get test cloud
3636
run: echo "CLOUDINARY_URL=$(bash tools/get_test_cloud.sh)" >> $GITHUB_ENV
3737
- name: Show test cloud
38-
run: echo $CLOUDINARY_URL | cut -d'@' -f2)
38+
run: echo $CLOUDINARY_URL | cut -d'@' -f2
3939
- name: Test with pytest
4040
run: |
4141
pytest

0 commit comments

Comments
 (0)