We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd2cbe commit 8a636bcCopy full SHA for 8a636bc
.github/workflows/flake.yml
@@ -15,14 +15,16 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
+ - name: get date
19
+ id: date
20
+ run: echo "date=$(date '%B %d, %Y')" >> $GITHUB_OUTPUT
21
22
- uses: DeterminateSystems/determinate-nix-action@v3
23
- name: Update flake.lock
24
id: flake-upd
25
uses: DeterminateSystems/update-flake-lock@v25
26
with:
- pr-title: "Update flake.lock to nixpkgs ${{ steps.flake-upd.outputs.commit-hash }}"
27
+ pr-title: "Update flake.lock on ${{ steps.date.outputs.date }}"
28
pr-labels: |
29
dependencies
- pr-rebase: true
-
30
+ nix
0 commit comments