Skip to content

Commit 080d1d8

Browse files
committed
ci(gh-actions/flake-update): Print git config before commiting lock file update
1 parent e79724f commit 080d1d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/commit_flake_update.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ fi
1717
current_commit="$(git rev-parse HEAD)"
1818
export PRE_COMMIT_ALLOW_NO_CONFIG=1
1919

20+
git config --list --show-origin
21+
2022
nix flake update $FLAKE_INPUT --accept-flake-config --commit-lock-file
2123
commit_after_update="$(git rev-parse HEAD)"
2224

0 commit comments

Comments
 (0)