We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cloudinary-cli-test.yml
1 parent 295836b commit 84d052bCopy full SHA for 84d052b
.github/workflows/cloudinary-cli-test.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Get test cloud
36
run: echo "CLOUDINARY_URL=$(bash tools/get_test_cloud.sh)" >> $GITHUB_ENV
37
- name: Show test cloud
38
- run: echo $CLOUDINARY_URL | cut -d'@' -f2)
+ run: echo $CLOUDINARY_URL | cut -d'@' -f2
39
- name: Test with pytest
40
run: |
41
pytest
0 commit comments