We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffc654 commit 015f615Copy full SHA for 015f615
.github/workflows/update_api.yml
@@ -55,6 +55,11 @@ jobs:
55
base: master
56
committer: slack-ruby-ci-bot <[email protected]>
57
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
63
- name: Update CHANGELOG
64
uses: jacobtomlinson/gha-find-replace@v3
65
if: ${{ steps.cpr.outputs.pull-request-number != '' }}
0 commit comments