We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9d2a1 commit edd02d1Copy full SHA for edd02d1
.github/workflows/deploy.yml
@@ -206,7 +206,7 @@ jobs:
206
break
207
else:
208
print('Commit hash does not match. Retrying...')
209
- except e:
+ except Exception as e:
210
print('Failed to get version', e)
211
212
attempts += 1
@@ -365,7 +365,7 @@ jobs:
365
366
367
368
369
370
371
backend/README.md
@@ -63,4 +63,4 @@ And for the admin go to:
63
http://localhost:8000/admin
64
65
You should be able to login with the user we create a few moments ago.
66
-test2
+test3
0 commit comments