Skip to content

🔧 chore(workflow): set RUN_LINT, RUN_BUILD, and RUN_TEST to 0 in CI w… #5

🔧 chore(workflow): set RUN_LINT, RUN_BUILD, and RUN_TEST to 0 in CI w…

🔧 chore(workflow): set RUN_LINT, RUN_BUILD, and RUN_TEST to 0 in CI w… #5

env:
ACTIONS_STEP_DEBUG: true
ACTIONS_RUNNER_DEBUG: true
RUN_TEST: 0
RUN_BUILD: 0
RUN_LINT: 0
on:
workflow_dispatch:
push:
branches:
- main
- stage
- 'feature/**'
- 'bugfix/**'
- 'fix/**'
- 'hotfix/**'
- 'release/**'
- 'dependabot/**'
- 'renovate/**'
- 'chore/**'
- 'test/**'
pull_request:
branches:
- main
- stage
- 'feature/**'
- 'bugfix/**'
- 'fix/**'
- 'hotfix/**'
- 'release/**'
- 'dependabot/**'
- 'renovate/**'
- 'chore/**'
- 'test/**'
jobs:
call-ci-release-sync:
# uses: ./.github/workflows/ci-semantic-release-sync.yml
# uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@v1
uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@main
# uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@38038641148ab8eaa7c9be80d9041a6c8c80641e
# No secrets block needed for GITHUB_TOKEN
# No additional changes required
secrets:
NPM_TOKEN: ${{ secrets.VS_NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.VS_NPM_TOKEN }}
with:
RUN_LINT: 0

Check failure on line 51 in .github/workflows/call-ci-semantic-release-npm-sync.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/call-ci-semantic-release-npm-sync.yml

Invalid workflow file

The workflow is not valid. .github/workflows/call-ci-semantic-release-npm-sync.yml (Line: 51, Col: 17): Invalid input, RUN_LINT is not defined in the referenced workflow. .github/workflows/call-ci-semantic-release-npm-sync.yml (Line: 52, Col: 18): Invalid input, RUN_BUILD is not defined in the referenced workflow.
RUN_BUILD: 0
RUN_TEST: 0