Skip to content

Commit

Permalink
set upstream branch to push
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Jan 26, 2024
2 parents 91841cd + 399377f commit 76bbe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-weaviate-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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 update-weaviate-image && git commit -m "Update Weaviate version in tests/docker-compose.yml" && git push)
git diff-index --quiet HEAD || (git checkout -b update-weaviate-image && git commit -m "Update Weaviate version in tests/docker-compose.yml" && git push --set-upstream origin update-weaviate-image)
- name: Create Pull Request
uses: actions/github-script@v7
Expand Down

0 comments on commit 76bbe98

Please sign in to comment.