Skip to content

Commit 41379c9

Browse files
authored
workflow: fix PR name and Action warnings
1 parent abd2cbe commit 41379c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/flake.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
id: flake-upd
2222
uses: DeterminateSystems/update-flake-lock@v25
2323
with:
24-
pr-title: "Update flake.lock to nixpkgs ${{ steps.flake-upd.outputs.commit-hash }}"
24+
pr-title: "Update flake.lock to nixpkgs ${{ steps.flake-upd.outputs.pull-request-number }}"
2525
pr-labels: |
2626
dependencies
27-
pr-rebase: true
28-
27+
nix

0 commit comments

Comments
 (0)