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 dc182d5 commit 8ddf3d3Copy full SHA for 8ddf3d3
.github/workflows/tds-workflow.yml
@@ -482,14 +482,15 @@ jobs:
482
483
- name: Update contributors
484
run: npm run contributors:update
485
+
486
+ #- name: Commit updated contributors
487
+ # run: |
488
+ # if [[ $(git diff --name-only) ]]
489
+ # then
490
+ # git add .all-contributorsrc README.md
491
+ # git commit -m "chore(other): update contributors"
492
+ # git push
493
+ # else
494
+ # echo 'No contributor changes.'
495
+ # fi
496
- # - name: Commit updated contributors
- # run: |
- # if [[ $(git diff --name-only) ]]
- # then
- # git add .all-contributorsrc README.md
- # git commit -m "chore(other): update contributors"
- # git push
- # else
- # echo 'No contributor changes.'
- # fi
0 commit comments