Skip to content

✨ feat(workflows): add debugging environment variables to auto-merge … #12

✨ feat(workflows): add debugging environment variables to auto-merge …

✨ feat(workflows): add debugging environment variables to auto-merge … #12

env:
ACTIONS_STEP_DEBUG: true
ACTIONS_RUNNER_DEBUG: true
on:
workflow_dispatch:
push:
branches:
- main
- stage
- feature/**
- bugfix/**
- fix/**
- hotfix/**
- release/**
- dependabot/**
- renovate/**
- chore/**
- test/**
jobs:
call-auto-merge:
uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@main
# secrets:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}