Skip to content

Commit

Permalink
ci(workflows): update flake update steps in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-assa committed Dec 5, 2024
1 parent b2534da commit 2c24be2
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "bump flake"
pr-labels: | # Labels to be set on the PR
dependencies
automated
- name: Update Nix Flake
run: |
nix flake update
- name: Build Snow Blower Shell
run: |
nix build .#devShells.x86_64-linux.default
- name: Commit and push
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git commit flake.lock -m "flake: bump inputs"
git push

0 comments on commit 2c24be2

Please sign in to comment.