Skip to content

Commit

Permalink
breakup long line
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Jan 26, 2024
1 parent 345a45e commit e9b51bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update-weaviate-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ jobs:
git config --global user.name '${{ github.actor }}'
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
git add tests/docker-compose.yml
git diff-index --quiet HEAD || (git checkout -b ${{ env.SOURCE_BRANCH_NAME }} && git commit -m "Update Weaviate version in tests/docker-compose.yml" && git push --set-upstream origin ${{ env.SOURCE_BRANCH_NAME }})
git diff-index --quiet HEAD || (
git checkout -b ${{ env.SOURCE_BRANCH_NAME }} &&
git commit -m "Update Weaviate version in tests/docker-compose.yml" &&
git push --set-upstream origin ${{ env.SOURCE_BRANCH_NAME }}
)
- name: Create Pull Request
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit e9b51bf

Please sign in to comment.