Skip to content

Merge pull request #4892 from khaneliman/bugfix/stab-004-command-exec… #73

Merge pull request #4892 from khaneliman/bugfix/stab-004-command-exec…

Merge pull request #4892 from khaneliman/bugfix/stab-004-command-exec… #73

name: update-flake-lock

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

View workflow run for this annotation

GitHub Actions / .github/workflows/nix-update-flake-lock.yml

Invalid workflow file

(Line: 14, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 1 * *' # Run monthly
push:
paths:
- 'flake.nix'
jobs:
lockfile:
runs-on: ubuntu-latest
if: github.event_name != 'schedule' || github.repository == 'Alexays/Waybar'
steps:
- name: Checkout repository
- uses: actions/checkout@v6
- name: Install Nix
uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v28