Skip to content

Commit

Permalink
Update create-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dzwood authored Jul 11, 2023
1 parent 61dca6c commit b6d53a6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/create-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ jobs:
else
echo "dev branch already exists"
git checkout dev
git pull origin dev
git pull origin dev || true
fi
- name: Fetch origin/dev branch
run: git fetch origin dev:dev

- name: Render template
id: render-template
uses: chuhlomin/[email protected]
Expand Down

1 comment on commit b6d53a6

@vercel
Copy link

@vercel vercel bot commented on b6d53a6 Jul 11, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.