Skip to content

github action: reusing the workflow #2

github action: reusing the workflow

github action: reusing the workflow #2

Workflow file for this run

name: Catalogue CI
on:
push:
branches:
- master
workflow_dispatch:
inputs:
squash_history:
description: Select if you want the history to be squashed
type: boolean
default: false
jobs:
update:
uses: ./.github/workflows/_update.yml
secrets: inherit
with:
check: true
squash_history: ${{ input.squash_history }}

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Catalogue CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 20, Col: 23): Unrecognized named-value: 'input'. Located at position 1 within expression: input.squash_history