Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -109,6 +109,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.name "TrueCharts-Bot"
|
git config user.name "TrueCharts-Bot"
|
||||||
git config user.email "bot@truecharts.org"
|
git config user.email "bot@truecharts.org"
|
||||||
|
git pull
|
||||||
git add --all
|
git add --all
|
||||||
git commit -sm "Commit daily changes" || exit 0
|
git commit -sm "Commit daily changes" || exit 0
|
||||||
git push
|
git push
|
||||||
@@ -234,6 +235,7 @@ jobs:
|
|||||||
cd website
|
cd website
|
||||||
git config user.name "TrueCharts-Bot"
|
git config user.name "TrueCharts-Bot"
|
||||||
git config user.email "bot@truecharts.org"
|
git config user.email "bot@truecharts.org"
|
||||||
|
git pull
|
||||||
git add --all
|
git add --all
|
||||||
git commit -sm "Commit released docs for TrueCharts" || exit 0
|
git commit -sm "Commit released docs for TrueCharts" || exit 0
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user