wf test
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 0s

This commit is contained in:
m3tm3re
2026-01-17 11:08:43 +01:00
parent 4c996e3fcc
commit 2965f05057

View File

@@ -29,9 +29,9 @@ jobs:
# Clone repository with token authentication
git clone --no-single-branch \
"https://${{ secrets.NIX_UPDATE_TOKEN }}@code.m3ta.dev/m3tam3re/nixpkgs.git" \
/workspace/m3tam3re/nixpkgs
/tmp/nixpkgs
cd /workspace/m3tam3re/nixpkgs
cd /tmp/nixpkgs
# Configure git author/committer
git config --global user.name "${{ env.GIT_AUTHOR_NAME }}"