Skip to content

Commit

Permalink
Undo manifest failure check
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Oct 3, 2023
1 parent 4fa6a92 commit d297756
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cdkactions_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 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

0 comments on commit d297756

Please sign in to comment.