Skip to content

Commit ecb03b7

Browse files
committed
fixup! ci: custom update-flake with sign commits
1 parent a0a4eb2 commit ecb03b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
set -euo pipefail
3636
set -x
3737
38-
mapfile -t CHANGED < <(git diff --name-only | xargs)
38+
CHANGED=($(git diff --name-only | xargs))
3939
4040
# TODO: use an array for $FILES
4141
for value in "${CHANGED[@]}"; do

0 commit comments

Comments
 (0)