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.
1 parent 05f7184 commit 4d94176Copy full SHA for 4d94176
.github/workflows/collections-renames.yml
@@ -26,12 +26,11 @@ jobs:
26
- name: Test collections and commit the changes
27
env:
28
AUTOCORRECT_RENAMED_REPOS: 1
29
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
run: bundle exec rake collections
31
32
- name: Test collection with autofix and commit changes
33
uses: peter-evans/create-pull-request@v7
- env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
with:
36
commit-message: "✨ Autofixing renamed/removed collection items ✨"
37
commiter: "github-actions[bot] <[email protected]>"
0 commit comments