Load commit.json in signer

This commit is contained in:
XelXen 2022-09-18 10:50:28 +05:30 committed by GitHub
parent 0f02b7cd9f
commit 725389bce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.github/sign.py vendored
View File

@ -1,4 +1,5 @@
from json import load
data = load(open(commit.json))
f = open('sign.txt', "w")
f.write(data['sha'][0:7])