Skip to content

Commit bec0f2f

Browse files
authored
infra: fix image URL
1 parent 9d27cf7 commit bec0f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-readme-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
pip install c2pie
3232
33-
wget https://github.com/TourmalineCore/c2pie/blob/master/example_app/test_files/test_image.jpg
33+
wget https://raw.githubusercontent.com/TourmalineCore/c2pie/refs/heads/master/example_app/test_files/test_image.jpg
3434
3535
export C2PIE_KEY_FILEPATH=./private-key-filename.pem
3636
export C2PIE_CERT_FILEPATH=./certificate-filename.pem

0 commit comments

Comments
 (0)