We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c8f51 commit 25038f0Copy full SHA for 25038f0
1 file changed
.github/workflows/publish-to-website.yml
@@ -30,8 +30,7 @@ jobs:
30
node update_links_in_translations.js
31
git config --local user.name "github-actions[bot]"
32
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
33
- git commit -am "Update Links in Translations"
34
- git push
+ git diff --quiet || git commit -am "Update Links in Translations" && git push
35
- name: Checkout innersourcecommons.org
36
uses: actions/checkout@v2
37
with:
0 commit comments