Skip to content

Commit f310c74

Browse files
committed
✨ feat(workflows): add debugging environment variables to auto-merge and CI release sync workflows
1 parent ad1e2e8 commit f310c74

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/call-auto-merge.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
env:
2+
ACTIONS_STEP_DEBUG: true
3+
ACTIONS_RUNNER_DEBUG: true
4+
15
on:
26
workflow_dispatch:
37
push:

.github/workflows/call-ci-semantic-release-sync.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
env:
2+
ACTIONS_STEP_DEBUG: true
3+
ACTIONS_RUNNER_DEBUG: true
4+
15
on:
26
workflow_dispatch:
37
push:

0 commit comments

Comments
 (0)