Skip to content

Commit d376b69

Browse files
committed
fixup! ci: custom update-flake with sign commits
1 parent 3ab4abc commit d376b69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
--field branch="$DESTINATION_BRANCH" \
4040
--field sha="$SHA"
4141
git checkout -b "$DESTINATION_BRANCH"
42+
git push -u origin "$DESTINATION_BRANCH"
4243
gh pr create --title "Update $FILE_TO_COMMIT" --body "This PR updates $FILE_TO_COMMIT" --head $DESTINATION_BRANCH --base main
4344
4445
# - name: Update flake.lock

0 commit comments

Comments
 (0)