leetcode-sync
leetcode-sync copied to clipboard
push only once per sync
Currently this action will push as many times as number of submissions to sync, this pr changes this behaviour to only push once per sync, the motivation behind this is sometimes user(me for example) might want to trigger some additional actions when new commits are pushed, this might trigger a lot of actions, which is quite inconvenient and annoying.