From 725389bce46adfd76d8c02491c1bff72e5af51f1 Mon Sep 17 00:00:00 2001 From: XelXen <78258352+XelXen@users.noreply.github.com> Date: Sun, 18 Sep 2022 10:50:28 +0530 Subject: [PATCH] Load commit.json in signer --- .github/sign.py | 1 + 1 file changed, 1 insertion(+) 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