From 301804814d657372b5637694b8d89891a0fb634d Mon Sep 17 00:00:00 2001 From: Justin Zhang Date: Mon, 2 Oct 2023 22:56:17 -0400 Subject: [PATCH] Switch to false --- .github/workflows/cdkactions_validate.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cdkactions_validate.yaml b/.github/workflows/cdkactions_validate.yaml index 89ae58d5..73834d77 100644 --- a/.github/workflows/cdkactions_validate.yaml +++ b/.github/workflows/cdkactions_validate.yaml @@ -17,12 +17,12 @@ jobs: yarn build git --no-pager diff ../workflows git diff-index --quiet HEAD -- ../workflows - # - name: Push updated manifests - # if: failure() - # run: |- - # cd .github/workflows - # git config user.name github-actions - # git config user.email github-actions[bot]@users.noreply.github.com - # git add . - # git commit -m "Update cdkactions manifests" || exit 0 - # git push + - name: Push updated manifests + if: "false" + run: |- + cd .github/workflows + git config user.name github-actions + git config user.email github-actions[bot]@users.noreply.github.com + git add . + git commit -m "Update cdkactions manifests" || exit 0 + git push