Skip to content

Commit b0e94ec

Browse files
authored
Update get-metrics.py
1 parent 3779b3a commit b0e94ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/get-metrics.py

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
print(type(PRIVATE_KEY_ID))
1616
print(len(PRIVATE_KEY))
1717
print(type(PRIVATE_KEY))
18+
PRIVATE_KEY.replace('$','\n')
19+
print(len(PRIVATE_KEY))
1820

1921

2022
credentials_dict = {

0 commit comments

Comments
 (0)