Skip to content

Commit

Permalink
Add rebase flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sm1990 committed Mar 22, 2024
1 parent cfcf9c4 commit 860326d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Sync ballerina-spec with ballerina-dev-website
run: |
cd ballerina-dev-website
git pull origin gh-pages
git pull --rebase origin gh-pages
git config --global user.email "[email protected]"
git config --global user.name "ballerina-bot"
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Sync ballerina-spec with ballerina-prod-website
run: |
cd ballerina-platform.github.io
git pull origin gh-pages
git pull --rebase origin gh-pages
git config --global user.email "[email protected]"
git config --global user.name "ballerina-bot"
Expand Down

0 comments on commit 860326d

Please sign in to comment.