Skip to content

Commit

Permalink
Update collections-renames.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kenyon <[email protected]>
  • Loading branch information
kenyonj authored Feb 5, 2025
1 parent f4fb2e0 commit 07a28f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/collections-renames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
with:
bundler-cache: true

- name: Test collections and commit the changes
- name: Test collections and modify with changes
env:
AUTOCORRECT_RENAMED_REPOS: 1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bundle exec rake collections

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

0 comments on commit 07a28f3

Please sign in to comment.