This repository has been archived by the owner on May 28, 2024. It is now read-only.
Rebase support #10
Labels
feature
New feature or request
good first issue
Good for newcomers
help wanted
Contributions are welcome
Currently this action uploads files to a repo by adding a new commit.
This is not always needed, because often we don't need to keep intermediate versions of artifacts from the same PR in history; we always need only the last one.
To achieve this, we can add an option ti support uploading via rebase + force push:
To avoid race conditions with other instances of the action that might also try to force-push, we should use
--force-with-lease
option. See manual page forgit-push
for details.The text was updated successfully, but these errors were encountered: