Skip to content

Commit 8ddf3d3

Browse files
authored
Tos 1109 (#1880)
* feat(core-decorative-icon): [tos-1109] add LWC icon * Update tds-workflow.yml
1 parent dc182d5 commit 8ddf3d3

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/tds-workflow.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -482,14 +482,15 @@ jobs:
482482

483483
- name: Update contributors
484484
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
485496

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

0 commit comments

Comments
 (0)