Skip to content

Commit ff26ae1

Browse files
committed
branch builds needs to be manual
1 parent bea4f70 commit ff26ae1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,9 @@ function run() {
557557
if (listResp.status != 200)
558558
throw new Error(`Got HTTP ${listResp.status} calling list workflows API 💩`);
559559
// Debug response if ACTIONS_STEP_DEBUG is enabled
560+
core.debug('### START List Workflows response data');
560561
core.debug(listResp.data);
562+
core.debug('### END: List Workflows response data');
561563
// Locate workflow by name as we need it's id
562564
const foundWorkflow = listResp.data.workflows.find((wf) => {
563565
// Match on name or id

0 commit comments

Comments
 (0)