yaml-update-action

Update YAML property with dynamic values

MIT License

Stars
143
Committers
11
yaml-update-action - Dependency Update

Published by fjogeleit over 3 years ago

  • Dependency Update
  • New TestCase for multiple file updates
  • Fix test
yaml-update-action - Custom Title and Labels

Published by fjogeleit over 3 years ago

Fixes #130

Implement new Option "title", used as pull request title, fallback is the old behavior "Merge: {{commitMessage}}"
Implement new Option "labels", comma separated list of labels, default is the old behavior/label: "yaml-update"

yaml-update-action - Implement updateFile Property

Published by fjogeleit over 3 years ago

  • New Property "updateFile" to update the actual file within the workflow.
  • Change required: true to required: false for properties with default values.
yaml-update-action - Update dependencies

Published by fjogeleit almost 4 years ago

Update js-yaml to v4.0.0

yaml-update-action - Optional Git Commit

Published by fjogeleit almost 4 years ago

  • new Input Argument "commitChange" to configure if you want to commit and push your change into git. Default is set to "true"
  • add default arguments to git related input arguments to make them optional to configure if commitChange is set to "false"
yaml-update-action - First Release

Published by fjogeleit almost 4 years ago

Update YAML Files inside of your GitHubAction with dynamic values and push it to an existing branch or create a new one. You can also create a pull request to any target branch

Package Rankings
Top 1.89% on Github actions
Related Projects