Skip to content

Commit 646a592

Browse files
committed
fixup! ci: custom update-flake with signed commits
1 parent 1702349 commit 646a592

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
@@ -66,7 +66,7 @@ jobs:
6666
gh pr create \
6767
--title "chore: update flake.lock" \
6868
--body "" \
69-
--base "$(git rev-parse HEAD)" \
69+
--base "${GITHUB_REF}" \
7070
--head "origin/$BRANCH"
7171
else
7272
echo "Pull request already exists: #$PR_EXISTS"

0 commit comments

Comments
 (0)