Skip to content

Commit

Permalink
Merge pull request #1295 from sm1990/workflow1
Browse files Browse the repository at this point in the history
Add rebase flag
  • Loading branch information
hasithaa authored Mar 22, 2024
2 parents cfcf9c4 + 860326d commit 5b616df
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 5b616df

Please sign in to comment.