Skip to content

ROOT 6.30

ROOT 6.30 #2

Workflow file for this run

name: 'ROOT 6.30'
on:
schedule:
- cron: '25 14 * * *'
workflow_dispatch:
inputs:
incremental:
description: 'Do incremental build'
type: boolean
required: true
default: true
binaries:
description: Create binary packages and upload them as artifacts
type: boolean
required: true
default: false
buildtype:
description: The CMAKE_BUILD_TYPE to use for non-Windows.
type: choice
options:
- Debug
- RelWithDebInfo
- Release
- MinSizeRel
default: Debug
required: true
jobs:
run_nightlies:
uses: root-project/root/.github/workflows/root-ci.yml@master

Check failure on line 33 in .github/workflows/root-630.yml

View workflow run for this annotation

GitHub Actions / ROOT 6.30

Invalid workflow file

The workflow is not valid. .github/workflows/root-630.yml (Line: 33, Col: 11): Input ref_name is required, but not provided while calling.
with:
base_ref: 'v6-30-00-patches'
head_ref: 'v6-30-00-patches'
secrets: inherit