Skip to content

Commit

Permalink
Fix push on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Oct 3, 2023
1 parent b786ebe commit 8ce99c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cdkactions_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
git --no-pager diff ../workflows
git diff-index --quiet HEAD -- ../workflows
- name: Push updated manifests
if: "false"
if: failure()
run: |-
cd .github/workflows
git config user.name github-actions
Expand Down

0 comments on commit 8ce99c1

Please sign in to comment.