Skip to content

Commit

Permalink
fix: sync workflow fixes (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramveeraghanta authored Oct 4, 2023
1 parent cecdf89 commit db1bcdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-sync-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
gh pr create \
--base $TARGET_BRANCH \
--head $SOURCE_BRANCH \
--title "$PR_TITLE" \
--body "$PR_BODY" \
--title $PR_TITLE \
--body $PR_BODY \
--repo $TARGET_REPO

1 comment on commit db1bcdb

@vercel
Copy link

@vercel vercel bot commented on db1bcdb Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plane-sh-dev – ./space/

plane-sh-dev-plane.vercel.app
plane-space-dev.vercel.app
plane-sh-dev-git-develop-plane.vercel.app

Please sign in to comment.