diff --git a/.github/workflows/update_api.yml b/.github/workflows/update_api.yml index 563ee50b..3490dbbc 100644 --- a/.github/workflows/update_api.yml +++ b/.github/workflows/update_api.yml @@ -55,6 +55,11 @@ jobs: base: master committer: slack-ruby-ci-bot author: slack-ruby-ci-bot + - name: Check out update branch + if: ${{ steps.cpr.outputs.pull-request-number != '' }} + run: | + git fetch origin automated-api-update + git checkout automated-api-update - name: Update CHANGELOG uses: jacobtomlinson/gha-find-replace@v3 if: ${{ steps.cpr.outputs.pull-request-number != '' }}