Skip to content

Nightly Build

Nightly Build #76

Workflow file for this run

name: Nightly Build
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *' # Run every day at 10AM UTC
jobs:
call-nightly-workflow:
uses: lacework/oss-actions/.github/workflows/tf-nightly.yml@main
secrets: inherit
with:
tf-version: '["1.5"]'

Check failure on line 13 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / Nightly Build

Invalid workflow file

The workflow is not valid. .github/workflows/nightly.yml (Line: 13, Col: 19): Invalid input, tf-version is not defined in the referenced workflow.