We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c7628 commit 8121589Copy full SHA for 8121589
1 file changed
.github/workflows/publish-to-website.yml
@@ -27,10 +27,6 @@ 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 commit -am "Update Links in Translations"
33
- git push
34
- name: Checkout innersourcecommons.org
35
uses: actions/checkout@v2
36
with:
0 commit comments