Skip to content

Commit

Permalink
Update scaffolding and require --refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jan 2, 2025
1 parent c047998 commit 3525c28
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/holonix-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
- name: Run the Scaffolding bump script
if: ${{ inputs.update-scaffolding }}
run: |
nix flake update hc-scaffold
nix flake update hc-scaffold --refresh
- name: Run the Launcher bump script
if: ${{ inputs.update-launcher }}
run: |
nix flake update hc-launch
nix flake update hc-launch --refresh
- name: Create pull request
id: cpr
uses: peter-evans/create-pull-request@v6
Expand Down
32 changes: 16 additions & 16 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3525c28

Please sign in to comment.