We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d27cf7 commit bec0f2fCopy full SHA for bec0f2f
.github/workflows/test-readme-steps.yml
@@ -30,7 +30,7 @@ jobs:
30
31
pip install c2pie
32
33
- wget https://github.com/TourmalineCore/c2pie/blob/master/example_app/test_files/test_image.jpg
+ wget https://raw.githubusercontent.com/TourmalineCore/c2pie/refs/heads/master/example_app/test_files/test_image.jpg
34
35
export C2PIE_KEY_FILEPATH=./private-key-filename.pem
36
export C2PIE_CERT_FILEPATH=./certificate-filename.pem
0 commit comments