Skip to content

CUST workflow

CUST workflow #7

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: 251, Col: 27): Unexpected symbol: '$RUNNER_TEMP/'. Located at position 1 within expression: $RUNNER_TEMP/.scannerwork
with:
version: "${{ github.ref_name }}-R"
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