infra: merge in master during api docs build (#17494)

pull/16279/head^2
Bagatur 3 months ago committed by GitHub
parent 54373fb384
commit 1aeb52caac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,6 +16,16 @@ jobs:
with:
ref: bagatur/api_docs_build
- name: Set Git config
run: |
git config --local user.email "actions@github.com"
git config --local user.name "Github Actions"
- name: Merge master
run: |
git fetch origin master
git merge origin/master -m "Merge master" --allow-unrelated-histories -X theirs
- name: Set up Python ${{ env.PYTHON_VERSION }} + Poetry ${{ env.POETRY_VERSION }}
uses: "./.github/actions/poetry_setup"
with:

Loading…
Cancel
Save