Skip to content

Commit 07a28f3

Browse files
authored
Update collections-renames.yml
Signed-off-by: Justin Kenyon <[email protected]>
1 parent f4fb2e0 commit 07a28f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/collections-renames.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
with:
2424
bundler-cache: true
2525

26-
- name: Test collections and commit the changes
26+
- name: Test collections and modify with changes
2727
env:
2828
AUTOCORRECT_RENAMED_REPOS: 1
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
run: bundle exec rake collections
3131

32-
- name: Test collection with autofix and commit changes
32+
- name: Commit changes and open PR
3333
uses: peter-evans/create-pull-request@v7
3434
with:
3535
commit-message: "✨ Autofixing renamed/removed collection items ✨"
36-
commiter: "github-actions[bot] <[email protected]>"
36+
committer: "github-actions[bot] <[email protected]>"
3737
branch: "update-collections-${PR_ID}"
3838
title: "✨ Autofixing renamed/removed collection items ✨"

0 commit comments

Comments
 (0)