diff --git a/.github/sign.py b/.github/sign.py index 9f5d8d311..b8fadf61d 100644 --- a/.github/sign.py +++ b/.github/sign.py @@ -1,4 +1,5 @@ from json import load +data = load(open(commit.json)) f = open('sign.txt', "w") f.write(data['sha'][0:7]) \ No newline at end of file