Skip to content

Commit a7eb80e

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

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
@@ -31,7 +31,7 @@ jobs:
3131
-F expectedHeadOid=$(git rev-parse HEAD) \
3232
-F commitMessage="chore: update flake.lock" \
3333
-F 'query=@.github/api/createCommitOnBranch.gql'
34-
$FILES
34+
"${CHANGED[@]}"
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
BRANCH: chore/update-flake-lock

0 commit comments

Comments
 (0)