We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16580a2 commit 5bbcf65Copy full SHA for 5bbcf65
1 file changed
.github/workflows/publish-to-website.yml
@@ -27,6 +27,11 @@ jobs:
27
run: |
28
npm ci
29
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
35
- name: Checkout innersourcecommons.org
36
uses: actions/checkout@v2
37
with:
0 commit comments