We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebcee3 commit 22b5c74Copy full SHA for 22b5c74
dist/index.js
@@ -556,7 +556,7 @@ function run() {
556
});
557
if (listResp.status != 200)
558
throw new Error(`Got HTTP ${listResp.status} calling list workflows API 💩`);
559
- // Debug
+ // Debug response if ACTIONS_STEP_DEBUG is enabled
560
core.debug(listResp.data);
561
// Locate workflow by name as we need it's id
562
const workflowFind = listResp.data.workflows.find((wf) => {
0 commit comments