You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for workflow failing when there is nothing to commit (#3)
* Add test case for workflow failure on nothing to commit
* Check for new commit before trying to push
* Alternative fix with a better understanding of whats going on...
* tidy up
| `source` | `true` | | The file/directory to commit |
22
+
| `deploy_key` | `true` | | Private SSH key to use for the commit. The public key must be added to the destination repostitory as a deploy key, with push access |
23
+
| `destination_repo` | `true` | | Git repository to push changes to |
24
+
| `destination_folder` | `false` | `.` | Directory in the destination repo to push changes to |
25
+
| `destination_branch` | `false` | `main` | Branch in destination repo to push changes to |
0 commit comments