fix(ci): examples.yml

This commit is contained in:
lowlighter
2022-11-25 12:59:25 -05:00
parent fa3e9b8937
commit ad0711f2ea
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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