Skip to content

Update inputs

Update inputs #860

Workflow file for this run

---
name: "Update inputs"
on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 1 * * *"
workflow_dispatch:
jobs:
nix-update:
uses: "rake5k/flake-commons/.github/workflows/nix-update.yml@main"
with:
base-branch: "master"
nix-check-command: "flake check --impure"

Check failure on line 14 in .github/workflows/update.yml

View workflow run for this annotation

GitHub Actions / Update inputs

Invalid workflow file

The workflow is not valid. .github/workflows/update.yml (Line: 14, Col: 26): Invalid input, nix-check-command is not defined in the referenced workflow.
secrets:
CACHIX_AUTH_TOKEN: "${{ secrets.CACHIX_AUTH_TOKEN }}"