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 8a748de commit e344cdeCopy full SHA for e344cde
.github/workflows/_wait_for_dco.yml
@@ -16,6 +16,8 @@ jobs:
16
token: ${{ secrets.GITHUB_TOKEN }}
17
match_pattern: "^DCO$"
18
delay: 10s
19
+ env:
20
+ ACTIONS_STEP_DEBUG: true
21
- name: No-op for non-PR events
22
if: github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/heads/pull-request/')
23
run: echo "Not a pull_request event"
0 commit comments