Skip to content

Commit 9ebcee3

Browse files
committed
Adding debug of API responses
1 parent 5172a26 commit 9ebcee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function run(): Promise<void> {
2828
})
2929
if(listResp.status != 200) throw new Error(`Got HTTP ${listResp.status} calling list workflows API 💩`)
3030

31-
// Debug
31+
// Debug response if ACTIONS_STEP_DEBUG is enabled
3232
core.debug(listResp.data)
3333

3434
// Locate workflow by name as we need it's id

0 commit comments

Comments
 (0)