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 5172a26 commit 9ebcee3Copy full SHA for 9ebcee3
src/main.ts
@@ -28,7 +28,7 @@ async function run(): Promise<void> {
28
})
29
if(listResp.status != 200) throw new Error(`Got HTTP ${listResp.status} calling list workflows API 💩`)
30
31
- // Debug
+ // Debug response if ACTIONS_STEP_DEBUG is enabled
32
core.debug(listResp.data)
33
34
// Locate workflow by name as we need it's id
0 commit comments