Go Get can be used to automate updating Go modules in this repository. It will run make go-get
which is a helper script for running go get -d $GOGET_MODULE@$GOGET_VERSION
in all needed places, commit and create a pull request.
If Username of the source for this workflow run
is set, the username will be mentioned in the pull request and configured as assignee. This was added for automated workflows, where the user and URL can be used to link back to the source of the trigger.
If URL of the source for this workflow run
is set, the URL will be mentioned in the pull request. This was added for automated workflows, where the user and URL can be used to link back to the source of the trigger.
Replace environment variable in file can be used to replace an environment variable in any file. It will run ./scripts/replace-env-value-in-file.sh
, commit and create a pull request with the changes. This is mostly used for bumping versions. This workflow should work for KEY=VALUE
(equal sign separated) values and KEY VALUE
(space separated) values.
Updates the README.md
with the latest 2.6 and 2.5 versions under ## Latest Release
based on the stable and latest Helm repositories. It uses the README-template.md
to generate the README.md
. It will create a pull request if the generated README.md
differs from the current one.