Skip to content

Commit 3da51a8

Browse files
committed
✨ feat(workflows): add debugging environment variables to auto-merge and CI workflows
1 parent 11d8f51 commit 3da51a8

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# Maintainers: This workflow automates PR merges to 'stage' and 'main' after tests pass.
33
# Uses pascalgn/automerge-action for robust, label-free automerge.
44

5+
env:
6+
ACTIONS_STEP_DEBUG: true
7+
ACTIONS_RUNNER_DEBUG: true
8+
59
name: Auto Merge PRs
610

711
# Triggered by workflow call

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
#
3131
# ---
3232

33+
env:
34+
ACTIONS_STEP_DEBUG: true
35+
ACTIONS_RUNNER_DEBUG: true
36+
3337
name: CI, Semantic Release, and Stage Sync
3438

3539
on:

0 commit comments

Comments
 (0)