Action Updater

GitHub stars

The actions updater will make it easy to update actions:

  • πŸ₯‘ updated syntax and commands

  • πŸ₯‘ versions of actions, either for releases or commits

  • πŸ₯‘ preview, write to new file, or write in place!

To see the code, head over to the repository.

Getting started with the Action Updater

There are two primary functions - to detect and update! The first previews changes to a workflow file (or directory) and the second writes the changes to file.

$ action-updater detect .github/workfows/main.yaml
$ action-updater update .github/workfows/main.yaml

And that’s it! The action comes with several Updaters that will look for particular aspects to lint or update. If you have a request for a new updated, please open an issue,

The Action Updater can be installed from pypi or directly from the repository. See Installation for installation, and then the Getting Started section for using the client.

Support

  • For bugs and feature requests, please use the issue tracker.

  • For contributions, visit Caliper on Github.

Resources

GitHub Repository

The code on GitHub.