Skip to content

download and cache romanisim data #19

download and cache romanisim data

download and cache romanisim data #19

name: download and cache romanisim data
on:
schedule:
- cron: "42 4 * * 3"
workflow_dispatch:
inputs:
webbpsf_minimal:
description: minimal WebbPSF dataset
type: boolean
required: false
default: true
jobs:
download_romanisim_data:
uses: spacetelescope/romanisim/.github/workflows/data.yml@main
with:
webbpsf_minimal: ${{ github.event_name != 'workflow_dispatch' && true || inputs.webbpsf_minimal }}

Check failure on line 18 in .github/workflows/romanisim_data.yml

View workflow run for this annotation

GitHub Actions / download and cache romanisim data

Invalid workflow file

The workflow is not valid. .github/workflows/romanisim_data.yml (Line: 18, Col: 24): Invalid input, webbpsf_minimal is not defined in the referenced workflow.