s0 / git-publish-subdir-action

GitHub Action to push a subdirectory as a branch to any git repo (e.g. for GitHub Pages)
https://github.com/marketplace/actions/push-git-subdirectory-as-branch
MIT License
208 stars 36 forks source link

`SKIP_EMPTY_COMMITS` improvement #94

Open ismagilli opened 1 year ago

ismagilli commented 1 year ago

Some artifacts are different when created, even if they were created from the same source files. For example, just the creation timestamp may differ. It would be great if there was an opportunity to indicate which files are not used in comparison of two commits. At the same time, do not exclude these files from creating a commit if it turns out that creating a new commit is necessary.