Skip to content

Commit afeaa83

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
#!/usr/bin/env bash
3636
3737
set -euo pipefail
38-
set -x
3938
4039
mapfile -t CHANGED < <(git diff --name-only | xargs)
4140
@@ -52,7 +51,8 @@ jobs:
5251
-F 'query=@.github/api/createCommitOnBranch.gql' \
5352
"${FILES[@]}"
5453
55-
gh pr create --fill --base main --head "origin/$BRANCH"
54+
git pull
55+
gh pr create --fill --base main --head "$BRANCH"
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858

0 commit comments

Comments
 (0)