Skip to content

Commit 015f615

Browse files
committed
Fix: update CHANGELOG in API update task.
1 parent 5ffc654 commit 015f615

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update_api.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
base: master
5656
committer: slack-ruby-ci-bot <[email protected]>
5757
author: slack-ruby-ci-bot <[email protected]>
58+
- name: Check out update branch
59+
if: ${{ steps.cpr.outputs.pull-request-number != '' }}
60+
run: |
61+
git fetch origin automated-api-update
62+
git checkout automated-api-update
5863
- name: Update CHANGELOG
5964
uses: jacobtomlinson/gha-find-replace@v3
6065
if: ${{ steps.cpr.outputs.pull-request-number != '' }}

0 commit comments

Comments
 (0)