From ad0711f2ea8ff636ecaf13de6513e85d59273a5a Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 25 Nov 2022 12:59:25 -0500 Subject: [PATCH] fix(ci): examples.yml --- .github/scripts/files/examples.yml | 2 +- .github/workflows/examples.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/files/examples.yml b/.github/scripts/files/examples.yml index ede5df7c..a1bb7fb9 100644 --- a/.github/scripts/files/examples.yml +++ b/.github/scripts/files/examples.yml @@ -138,10 +138,10 @@ jobs: if: ${{ success() || failure() }} run: | set +e - sudo mv /metrics_renders/* ./ git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com git pull + sudo cp /metrics_renders/* ./ git add --all git commit -m "chore: update examples" git push --force diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index f061b4e0..414aa419 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -1407,10 +1407,10 @@ jobs: if: ${{ success() || failure() }} run: | set +e - sudo mv /metrics_renders/* ./ git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com git pull + sudo cp /metrics_renders/* ./ git add --all git commit -m "chore: update examples" git push --force