We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfc458 commit 592aa1cCopy full SHA for 592aa1c
.github/workflows/gh-pages.yml
@@ -21,11 +21,7 @@ jobs:
21
- uses: actions/checkout@v5
22
with:
23
fetch-depth: 0
24
- - uses: cachix/install-nix-action@V27
25
- with:
26
- extra_nix_config: |
27
- accept-flake-config = true
28
- experimental-features = nix-command flakes
+ - uses: cachix/install-nix-action@v31
29
- name: Configure Git user
30
run: |
31
git config --local user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments