Skip to content

Commit 22b5c74

Browse files
author
Automated Publisher
committed
Automated publish: Mon Jul 13 10:50:45 UTC 2020 9ebcee3
1 parent 9ebcee3 commit 22b5c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ function run() {
556556
});
557557
if (listResp.status != 200)
558558
throw new Error(`Got HTTP ${listResp.status} calling list workflows API 💩`);
559-
// Debug
559+
// Debug response if ACTIONS_STEP_DEBUG is enabled
560560
core.debug(listResp.data);
561561
// Locate workflow by name as we need it's id
562562
const workflowFind = listResp.data.workflows.find((wf) => {

0 commit comments

Comments
 (0)