ci: squash examples branch
This commit is contained in:
6
.github/scripts/files/examples.yml
vendored
6
.github/scripts/files/examples.yml
vendored
@@ -48,13 +48,15 @@ jobs:
|
|||||||
if: ${{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
|
rm -rf /metrics_renders/metrics.markdown.*
|
||||||
sudo mv /metrics_renders/* ./
|
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
|
||||||
|
git reset --soft c8d364ee752ad090945b7e104873d24d011b521e
|
||||||
git add --all
|
git add --all
|
||||||
git commit -m "chore: update examples"
|
git commit -m "chore: update examples"
|
||||||
git push
|
git push --force
|
||||||
|
|
||||||
# ======================================================================================
|
# ======================================================================================
|
||||||
# Special job used to render lowlighter/metrics repository assets
|
# Special job used to render lowlighter/metrics repository assets
|
||||||
@@ -130,4 +132,4 @@ jobs:
|
|||||||
git pull
|
git pull
|
||||||
git add --all
|
git add --all
|
||||||
git commit -m "chore: update examples"
|
git commit -m "chore: update examples"
|
||||||
git push
|
git push --force
|
||||||
|
|||||||
6
.github/workflows/examples.yml
vendored
6
.github/workflows/examples.yml
vendored
@@ -1141,13 +1141,15 @@ jobs:
|
|||||||
if: ${{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
|
rm -rf /metrics_renders/metrics.markdown.*
|
||||||
sudo mv /metrics_renders/* ./
|
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
|
||||||
|
git reset --soft c8d364ee752ad090945b7e104873d24d011b521e
|
||||||
git add --all
|
git add --all
|
||||||
git commit -m "chore: update examples"
|
git commit -m "chore: update examples"
|
||||||
git push
|
git push --force
|
||||||
|
|
||||||
# ======================================================================================
|
# ======================================================================================
|
||||||
# Special job used to render lowlighter/metrics repository assets
|
# Special job used to render lowlighter/metrics repository assets
|
||||||
@@ -1223,4 +1225,4 @@ jobs:
|
|||||||
git pull
|
git pull
|
||||||
git add --all
|
git add --all
|
||||||
git commit -m "chore: update examples"
|
git commit -m "chore: update examples"
|
||||||
git push
|
git push --force
|
||||||
|
|||||||
Reference in New Issue
Block a user