fix(ci): examples.yml
This commit is contained in:
2
.github/scripts/files/examples.yml
vendored
2
.github/scripts/files/examples.yml
vendored
@@ -138,10 +138,10 @@ jobs:
|
|||||||
if: ${{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
sudo mv /metrics_renders/* ./
|
|
||||||
git config user.name github-actions[bot]
|
git config user.name github-actions[bot]
|
||||||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
||||||
git pull
|
git pull
|
||||||
|
sudo cp /metrics_renders/* ./
|
||||||
git add --all
|
git add --all
|
||||||
git commit -m "chore: update examples"
|
git commit -m "chore: update examples"
|
||||||
git push --force
|
git push --force
|
||||||
|
|||||||
2
.github/workflows/examples.yml
vendored
2
.github/workflows/examples.yml
vendored
@@ -1407,10 +1407,10 @@ jobs:
|
|||||||
if: ${{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
sudo mv /metrics_renders/* ./
|
|
||||||
git config user.name github-actions[bot]
|
git config user.name github-actions[bot]
|
||||||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
||||||
git pull
|
git pull
|
||||||
|
sudo cp /metrics_renders/* ./
|
||||||
git add --all
|
git add --all
|
||||||
git commit -m "chore: update examples"
|
git commit -m "chore: update examples"
|
||||||
git push --force
|
git push --force
|
||||||
|
|||||||
Reference in New Issue
Block a user