Skip to content

Commit

Permalink
CLOUDP-294338: Fix devbox update job (#2062)
Browse files Browse the repository at this point in the history
Added --head to gh pr create
  • Loading branch information
igor-karpukhin authored Jan 21, 2025
1 parent ffa5e30 commit db7ab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devbox-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create --title "Weekly Devbox Update" \
gh pr create --head=${{ steps.generate_branch.outputs.BRANCH_NAME }} --title "Weekly Devbox Update" \
--body "This PR contains the weekly dependencies update for Devbox." \
&& echo "Pull request created"

0 comments on commit db7ab20

Please sign in to comment.