diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index 6d952ae..4ae04fb 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -15,14 +15,15 @@ jobs: with: extra_nix_config: | 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 run: nix ./utils/fetch-docker.sh - name: Update flake.lock id: update uses: DeterminateSystems/update-flake-lock@main 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 dependencies automated