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
- Host: GitHub
- URL: https://github.com/quving/action-yml-update
- Owner: Quving
- Created: 2025-01-14T19:07:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T01:37:02.000Z (about 1 year ago)
- Last Synced: 2025-06-20T12:51:09.089Z (9 months ago)
- Topics: github-actions, gitops, gitops-toolkit
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```