Skip to content

Commit

Permalink
Fix update-flake-inputs workfloww
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Apr 18, 2024
1 parent c2ff882 commit 90a06b8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/update-flake-inputs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto-merge Dependabot
name: Update flake inputs
on:
schedule:
- cron: "0 7 * * *" # Run every day at 7AM
Expand All @@ -13,6 +13,19 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install nix
uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable

- uses: cachix/cachix-action@v14
with:
name: holochain-ci

- uses: cachix/cachix-action@v14
with:
name: holochain-open-dev

- name: Update Flake
run: |
nix flake update
Expand Down

0 comments on commit 90a06b8

Please sign in to comment.