use bot user to push some of the doc content
This commit is contained in:
@@ -78,8 +78,8 @@ jobs:
|
|||||||
- name: Commit and push updated website
|
- name: Commit and push updated website
|
||||||
run: |
|
run: |
|
||||||
cd website
|
cd website
|
||||||
git config user.name "$GITHUB_ACTOR"
|
git config user.name "TrueCharts-Bot"
|
||||||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
git config user.email "bot@truecharts.org"
|
||||||
git add --all
|
git add --all
|
||||||
git commit -sm "Publish general website updates" || exit 0
|
git commit -sm "Publish general website updates" || exit 0
|
||||||
git push
|
git push
|
||||||
@@ -88,8 +88,8 @@ jobs:
|
|||||||
- name: Commit and push updated charts
|
- name: Commit and push updated charts
|
||||||
run: |
|
run: |
|
||||||
cd master
|
cd master
|
||||||
git config user.name "$GITHUB_ACTOR"
|
git config user.name "TrueCharts-Bot"
|
||||||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
git config user.email "bot@truecharts.org"
|
||||||
git add --all
|
git add --all
|
||||||
git commit -sm "Publish docs updates" || exit 0
|
git commit -sm "Publish docs updates" || exit 0
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user