Skip to content

Commit d015699

Browse files
authored
ci: prevent contributors PRs due to formatting (#11858)
**Related Issue:** #11853 ## Summary I removed hardcoded tabs from the contributors action, which should fix the formatting related pull requests. ref: benelan/contributors-readme-action@c26b918
1 parent e79f2e0 commit d015699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contributors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Update Contributor List
15-
uses: benelan/contributors-readme-action@no-commit-or-push
15+
uses: benelan/contributors-readme-action@calcite
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}
1818
with:

0 commit comments

Comments
 (0)