File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 node update_links_in_translations.js
3131 git config --local user.name "github-actions[bot]"
3232 git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
33- git diff --quiet || git commit -am "Update Links in Translations" && git push
33+ git diff --quiet || ( git commit -am "Update Links in Translations" && git push)
3434 - name : Checkout innersourcecommons.org
3535 uses : actions/checkout@v2
3636 with :
5858 run : |
5959 git config --local user.name "github-actions[bot]"
6060 git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
61- git diff --quiet || git add . && git commit -m "Update Learning Path articles" && git push
61+ git diff --quiet || ( git add . && git commit -m "Update Learning Path articles" && git push)
You can’t perform that action at this time.
0 commit comments