We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab4abc commit d376b69Copy full SHA for d376b69
.github/workflows/update-flake-lock.yaml
@@ -39,6 +39,7 @@ jobs:
39
--field branch="$DESTINATION_BRANCH" \
40
--field sha="$SHA"
41
git checkout -b "$DESTINATION_BRANCH"
42
+ git push -u origin "$DESTINATION_BRANCH"
43
gh pr create --title "Update $FILE_TO_COMMIT" --body "This PR updates $FILE_TO_COMMIT" --head $DESTINATION_BRANCH --base main
44
45
# - name: Update flake.lock
0 commit comments