per-branch-updates
This commit is contained in:
parent
4141a7b621
commit
6800203ef8
5
.github/workflows/flake-update.yml
vendored
5
.github/workflows/flake-update.yml
vendored
@ -15,14 +15,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
install_url: https://releases.nixos.org/nix/nix-2.19.0/install
|
install_url: https://releases.nixos.org/nix/nix-2.19.0/install
|
||||||
- name: Pull latest docker images
|
- name: Pull latest docker images
|
||||||
run: nix ./utils/fetch-docker.sh
|
run: nix ./utils/fetch-docker.sh
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
id: update
|
id: update
|
||||||
uses: DeterminateSystems/update-flake-lock@main
|
uses: DeterminateSystems/update-flake-lock@main
|
||||||
with:
|
with:
|
||||||
pr-title: "Update flake.lock" # Title of PR to be created
|
pr-title: "Update flake.lock ${{ github.ref }}" # Title of PR to be created
|
||||||
|
branch: "update-${{ github.ref }}"
|
||||||
pr-labels: | # Labels to be set on the PR
|
pr-labels: | # Labels to be set on the PR
|
||||||
dependencies
|
dependencies
|
||||||
automated
|
automated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user