shithub: m8c

Download patch

ref: bf60472702270d2368d5cdbb7fc8af7870289732
parent: b6cb29d201b51063b2af26b28a24553c3596151d
author: Jonne Kokkonen <jonne.kokkonen@gmail.com>
date: Sun Oct 1 18:33:41 EDT 2023

Update nix-package.yml

--- a/.github/workflows/nix-package.yml
+++ b/.github/workflows/nix-package.yml
@@ -51,4 +51,4 @@
           git config user.email "github-actions@github.com"
           git config user.name "GitHub Actions"
           git commit -am "Update version and hash in default.nix to $latest_annotated_tag_without_v"
-          git push origin HEAD
+          git push
--