Skip to content

🔧 fix(workflows): add environment variables RUN_TEST and RUN_BUILD to… #31

🔧 fix(workflows): add environment variables RUN_TEST and RUN_BUILD to…

🔧 fix(workflows): add environment variables RUN_TEST and RUN_BUILD to… #31

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: ./.github/workflows/auto-merge.yml
uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@main
# uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@38038641148ab8eaa7c9be80d9041a6c8c80641e
# secrets:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:

Check failure on line 28 in .github/workflows/call-auto-merge.yml

View workflow run for this annotation

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

Invalid workflow file

The workflow is not valid. .github/workflows/call-auto-merge.yml (Line: 28, Col: 5): Unexpected value 'env'
RUN_TEST: 0
RUN_BUILD: 0