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