File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ✨"
You can’t perform that action at this time.
0 commit comments