Skip to content

Commit 3c46251

Browse files
authored
action.py: Remove unused line (#24)
1 parent 24e907e commit 3c46251

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def _fatal_help(msg):
5353

5454

5555
inputs = sys.argv[1].split()
56-
summary = Path(os.getenv("GITHUB_STEP_SUMMARY")).open("a")
5756

5857
# The arguments we pass into `sigstore-python` get built up in these lists.
5958
sigstore_sign_args = []

0 commit comments

Comments
 (0)