Action Updaterο
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.