Skip to content

build on merge

build on merge #98

Workflow file for this run

name: Merge Checks
on:
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/run-tests.yaml

Check failure on line 12 in .github/workflows/merge-request.yaml

View workflow run for this annotation

GitHub Actions / Merge Checks

Invalid workflow file

The workflow is not valid. In .github/workflows/merge-request.yaml (Line: 12, Col: 11): Error from called workflow r-pad/taxpose/.github/workflows/run-tests.yaml@4ca6c98dae01e8ac14b61fb13c9559f32bb0608f (Line: 39, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DOCKERHUB_USERNAME
with:
install_string: .[develop]
build_site:
uses: ./.github/workflows/build-site.yaml