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.
bundle exec rbs collection install
1 parent 3f726d4 commit a91e23aCopy full SHA for a91e23a
.github/workflows/rbs-collection-updater.yml
@@ -18,6 +18,7 @@ jobs:
18
bundler-cache: true
19
20
- run: bundle exec rbs collection update
21
+ - run: bundle exec rbs collection install
22
23
- uses: actions/create-github-app-token@v2
24
id: app-token
@@ -30,8 +31,10 @@ jobs:
30
31
token: ${{ steps.app-token.outputs.token }}
32
committer: GitHub <noreply@github.com>
33
title: "Update rbs_collection.lock.yaml"
- commit-message: "Run `bundle exe rbs collection update`"
34
+ commit-message: "Run `bundle exe rbs collection update && bundle exec rbs collection install`"
35
labels: rbs-collection-updater
36
+ branch: rbs-collection-updater
37
+ branch-suffix: short-commit-hash
38
39
- name: Slack Notification
40
uses: act10ns/slack@v2
0 commit comments