We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afeaa83 commit 4bd0762Copy full SHA for 4bd0762
.github/workflows/update-flake-lock.yaml
@@ -48,10 +48,11 @@ jobs:
48
-F branchName="$BRANCH" \
49
-F expectedHeadOid="$(git rev-parse HEAD)" \
50
-F commitMessage="chore: update flake.lock" \
51
- -F 'query=@.github/api/createCommitOnBranch.gql' \
+ -F "query=@.github/api/createCommitOnBranch.gql" \
52
"${FILES[@]}"
53
54
- git pull
+ git fetch
55
+ git reset --hard "origin/$BRANCH"
56
gh pr create --fill --base main --head "$BRANCH"
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments