Skip to content

Commit 824362c

Browse files
committed
Bundle update steep/Gemfile too
1 parent cdcbcb9 commit 824362c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/bundle-update.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- name: Run bundle update
3434
run: |
3535
bundle lock --update
36-
git add Gemfile.lock
36+
bundle lock --update --gemfile=steep/Gemfile
37+
git add Gemfile.lock steep/Gemfile.lock
3738
3839
if git diff --cached --exit-code; then
3940
echo "No changes to commit, exiting."
@@ -53,7 +54,7 @@ jobs:
5354
GH_TOKEN: ${{ secrets.DEPENDABOT_MERGE_GH_TOKEN }}
5455
run: |
5556
gh pr create \
56-
--title 'bundle update (`/Gemfile`)' \
57-
--body "Automated bundle update" \
57+
--title 'bundle update' \
58+
--body "Automated weekly bundle update" \
5859
--head "$(git rev-parse --abbrev-ref HEAD)" \
5960
--base "${{ github.event.repository.default_branch }}"

0 commit comments

Comments
 (0)