Skip to content

Commit e344cde

Browse files
debug
Signed-off-by: Keval Morabia <[email protected]>
1 parent 8a748de commit e344cde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_wait_for_dco.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717
match_pattern: "^DCO$"
1818
delay: 10s
19+
env:
20+
ACTIONS_STEP_DEBUG: true
1921
- name: No-op for non-PR events
2022
if: github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/heads/pull-request/')
2123
run: echo "Not a pull_request event"

0 commit comments

Comments
 (0)