Skip to content

nightly

nightly #1075

Workflow file for this run

name: "nightly"
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
spec:
strategy:
fail-fast: false
matrix:
ruby_version:
- '3.2'
name: "spec (ruby ${{ matrix.ruby_version }})"
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"

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

View workflow run for this annotation

GitHub Actions / nightly

Workflow syntax warning

In .github/workflows/nightly.yml (Line: 16, 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"
with:
ruby_version: ${{ matrix.ruby_version }}