Skip to content

Commit

Permalink
Do push changes back from syncgover
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Oct 29, 2024
1 parent 62cf3eb commit 3e2f40e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,4 @@ jobs:
SQS_QUEUE_URL: https://sqs.ap-northeast-1.amazonaws.com/123456789012/myqueue
- name: Push code changes back to the repository
run: |
if ! git diff --exit-code; then
git push || echo "Unable to push changes"
fi
git push || echo "Unable to push changes"

0 comments on commit 3e2f40e

Please sign in to comment.