An open API service indexing awesome lists of open source software.

https://github.com/quving/action-yml-update

A Github-Action to edit yml-files
https://github.com/quving/action-yml-update

github-actions gitops gitops-toolkit

Last synced: 6 months ago
JSON representation

A Github-Action to edit yml-files

Awesome Lists containing this project

README

          

# Action Yml Update

## Description

Given a key, a value and a yml-file this github-action edits a yml file.

## Usage

```yml
steps:
- name: Edit Yml File
uses: quving/action-yml-edit@main
with:
key: 'key'
value: 'value'
yml-file: 'file.yml'
```