|
71 | 71 | git remote add upstream https://${{ secrets.PAT }}@github.com/hydephp/hyde.git |
72 | 72 |
|
73 | 73 | git add . |
74 | | - git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
| 74 | + git diff --exit-code || git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
75 | 75 |
|
76 | 76 | git push upstream develop |
77 | 77 |
|
@@ -114,7 +114,7 @@ jobs: |
114 | 114 | git remote add upstream https://${{ secrets.PAT }}@github.com/hydephp/framework.git |
115 | 115 |
|
116 | 116 | git add . |
117 | | - git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
| 117 | + git diff --exit-code || git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
118 | 118 |
|
119 | 119 | git push upstream develop |
120 | 120 |
|
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | git remote add upstream https://${{ secrets.PAT }}@github.com/hydephp/realtime-compiler.git |
158 | 158 |
|
159 | 159 | git add . |
160 | | - git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
| 160 | + git diff --exit-code || git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
161 | 161 |
|
162 | 162 | git push upstream master |
163 | 163 |
|
@@ -200,7 +200,7 @@ jobs: |
200 | 200 | git remote add upstream https://${{ secrets.PAT }}@github.com/hydephp/hydefront.git |
201 | 201 |
|
202 | 202 | git add . |
203 | | - git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
| 203 | + git diff --exit-code || git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
204 | 204 |
|
205 | 205 | git push upstream master |
206 | 206 |
|
@@ -248,7 +248,7 @@ jobs: |
248 | 248 | git remote add upstream https://${{ secrets.PAT }}@github.com/hydephp/hydephp.com.git |
249 | 249 |
|
250 | 250 | git add . |
251 | | - git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
| 251 | + git diff --exit-code || git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
252 | 252 |
|
253 | 253 | git push upstream upcoming |
254 | 254 |
|
@@ -291,7 +291,7 @@ jobs: |
291 | 291 | git remote add upstream https://${{ secrets.PAT }}@github.com/hydephp/testing.git |
292 | 292 |
|
293 | 293 | git add . |
294 | | - git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
| 294 | + git diff --exit-code || git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
295 | 295 |
|
296 | 296 | git push upstream master |
297 | 297 |
|
@@ -334,7 +334,7 @@ jobs: |
334 | 334 | git remote add upstream https://${{ secrets.PAT }}@github.com/hydephp/ui-kit.git |
335 | 335 |
|
336 | 336 | git add . |
337 | | - git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
| 337 | + git diff --exit-code || git commit -m "${{ github.event.head_commit.message }} https://github.com/hydephp/develop/commit/${{ github.sha }}" |
338 | 338 |
|
339 | 339 | git push upstream master |
340 | 340 |
|
0 commit comments