Skip to content

Update Nix Flake lockfile #155

Update Nix Flake lockfile

Update Nix Flake lockfile #155

name: Update Nix Flake lockfile
on:
# Enable option to manually run the action:
workflow_dispatch:
# Run every Sunday at 00:00:
schedule:
- cron: 0 0 * * 0
jobs:
update-flake-lock:
uses: ./.github/workflows/reusable-update-flake-lock.yml

Check failure on line 13 in .github/workflows/update-flake-lock.yml

View workflow run for this annotation

GitHub Actions / Update Nix Flake lockfile

Invalid workflow file

error parsing called workflow ".github/workflows/update-flake-lock.yml" -> "./.github/workflows/reusable-update-flake-lock.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
runner: '["self-hosted", "Linux", "x86-64-v2"]'
sign-commits: true