Skip to content

Commit 3d1c177

Browse files
committed
fixup! ci: custom update-flake with sign commits
1 parent 05f60b9 commit 3d1c177

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
@@ -52,7 +52,7 @@ jobs:
5252
-F 'query=@.github/api/createCommitOnBranch.gql' \
5353
"${FILES[@]}"
5454
55-
gh pr create --fill --base main --head "$BRANCH"
55+
gh pr create --fill --base main --head "origin/$BRANCH"
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858

0 commit comments

Comments
 (0)