Skip to content

CUST workflow

CUST workflow #26

Workflow file for this run

name: CUST workflow
on:
workflow_dispatch:
inputs:
modules_to_build:
required: true
description: "The modules to build when running from the root of the project."
slack_channels:
required: false
description: 'Slack channels where to send notificatons to'
jobs:
reusable-merge-workflow:
uses: pentaho/actions-common/.github/workflows/merge.yml@HNC-578

Check failure on line 15 in .github/workflows/cust.yml

View workflow run for this annotation

GitHub Actions / CUST workflow

Invalid workflow file

The workflow is not valid. In .github/workflows/cust.yml (Line: 15, Col: 11): Error from called workflow pentaho/actions-common/.github/workflows/merge.yml@HNC-578 (Line: 192, Col: 9): Unexpected value 'token'
with:
version: "${{ github.ref_name }}"
base_version: ""
slack_channels: "${{ inputs.slack_channels }}"
sonar_project_key: "org.pentaho.di:pdi"
modules_to_build: ${{ inputs.modules_to_build }}
run_snapshot: false
run_versioning: false
secrets: inherit