ref: 251f3547aa13e5bbda0eacf0f70d90c69195cd43
parent: 2a0717a599afac3edd28c2fdff517255bab0c15e
author: Jonne Kokkonen <jonne.kokkonen@gmail.com>
date: Tue Feb 20 09:56:06 EST 2024
Update nix-package.yml
--- a/.github/workflows/nix-package.yml
+++ b/.github/workflows/nix-package.yml
@@ -12,9 +12,10 @@
steps:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
fetch-depth: 0
+ ref: ${{ github.event.push.head.ref }}- name: Set up Nix
uses: cachix/install-nix-action@v22
--
⑨