We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d8979 commit a9e505dCopy full SHA for a9e505d
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 Learning Path links in translations"
+ git commit -am "Update Learning Path links in translations"
34
git push
35
- name: Checkout innersourcecommons.org
36
uses: actions/checkout@v2
0 commit comments