Skip to content

Commit 55bdc30

Browse files
committed
Build/Test Tools: Enable debugging when rerunning a failed workflow.
Follow up to [53947], [54039]. Fixes #56407. git-svn-id: https://develop.svn.wordpress.org/trunk@54264 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4fbb3b9 commit 55bdc30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/failed-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ jobs:
4242
owner: context.repo.owner,
4343
repo: context.repo.repo,
4444
run_id: ${{ inputs.run_id }},
45+
enable_debug_logging: true
4546
});

0 commit comments

Comments
 (0)