mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
Load commit.json in signer
This commit is contained in:
parent
0f02b7cd9f
commit
725389bce4
1
.github/sign.py
vendored
1
.github/sign.py
vendored
@ -1,4 +1,5 @@
|
||||
from json import load
|
||||
|
||||
data = load(open(commit.json))
|
||||
f = open('sign.txt', "w")
|
||||
f.write(data['sha'][0:7])
|
Loading…
Reference in New Issue
Block a user