Skip to content

nightly

nightly #328

Workflow file for this run

name: "nightly"
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"

Check warning on line 10 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / nightly

Workflow syntax warning

In .github/workflows/nightly.yml (Line: 10, Col: 11): Error from called workflow puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main (Line: 54, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
secrets: "inherit"