Skip to content

Commit a91e23a

Browse files
committed
Run bundle exec rbs collection install at rbs-collection-updater [ci skip]
1 parent 3f726d4 commit a91e23a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rbs-collection-updater.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
bundler-cache: true
1919

2020
- run: bundle exec rbs collection update
21+
- run: bundle exec rbs collection install
2122

2223
- uses: actions/create-github-app-token@v2
2324
id: app-token
@@ -30,8 +31,10 @@ jobs:
3031
token: ${{ steps.app-token.outputs.token }}
3132
committer: GitHub <noreply@github.com>
3233
title: "Update rbs_collection.lock.yaml"
33-
commit-message: "Run `bundle exe rbs collection update`"
34+
commit-message: "Run `bundle exe rbs collection update && bundle exec rbs collection install`"
3435
labels: rbs-collection-updater
36+
branch: rbs-collection-updater
37+
branch-suffix: short-commit-hash
3538

3639
- name: Slack Notification
3740
uses: act10ns/slack@v2

0 commit comments

Comments
 (0)