Kentzo / git-archive-all

A python script wrapper for git-archive that archives a git superproject and its submodules, if it has any. Takes into account .gitattributes
MIT License
372 stars 81 forks source link

git-archive-all as a GitHub Action #92

Open qmonnet opened 1 year ago

qmonnet commented 1 year ago

I've started to work on a GitHub Action that wraps around git-archive-all, to be able to easily use it in CI workflows.

Here's the link: https://github.com/qmonnet/git-archive-all-action Or on the Marketplace: https://github.com/marketplace/actions/git-archive-all

I'm creating this issue for two reasons:

Unless you want to take the action.yml in the current repository, there's no action required here, and you can close this issue.