Skip to content

Commit 0aaf4d9

Browse files
committed
fixup! ci: custom update-flake with sign commits
1 parent fdd2d6f commit 0aaf4d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-flake-lock.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424

2525
- name: Commit changes
2626
run: |
27+
set -euo pipefail
28+
set -x
29+
2730
mapfile -t CHANGED < <(git diff --name-only | xargs)
2831
2932
# TODO: use an array for $FILES

0 commit comments

Comments
 (0)