Skip to content

Commit 4dbb0c9

Browse files
committed
Comment out inputs
1 parent 9e5518c commit 4dbb0c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unpack-api/unpack_api/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ def request_github_sync(image):
9595
),
9696
data=json.dumps({
9797
'ref': 'action-testing',
98-
'inputs': {
99-
'image': image,
100-
},
98+
# 'inputs': {
99+
# 'image': image,
100+
# },
101101
}),
102102
headers={
103103
'Accept': 'application/vnd.github+json',

0 commit comments

Comments
 (0)