Skip to content

Commit a9e505d

Browse files
authored
Update publish-to-website.yml
1 parent 97d8979 commit a9e505d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-to-website.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
node update_links_in_translations.js
3030
git config --local user.name "github-actions[bot]"
3131
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"
32+
git commit -am "Update Learning Path links in translations"
3433
git push
3534
- name: Checkout innersourcecommons.org
3635
uses: actions/checkout@v2

0 commit comments

Comments
 (0)