Skip to content

Commit 5bbcf65

Browse files
authored
Update publish-to-website.yml
1 parent 16580a2 commit 5bbcf65

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish-to-website.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
run: |
2828
npm ci
2929
node update_links_in_translations.js
30+
git config --local user.name "github-actions[bot]"
31+
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
32+
git add .
33+
git commit -m "Update Links in Translations"
34+
git push
3035
- name: Checkout innersourcecommons.org
3136
uses: actions/checkout@v2
3237
with:

0 commit comments

Comments
 (0)