Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiojin/replace-string-github-action
https://github.com/akiojin/replace-string-github-action
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akiojin/replace-string-github-action
- Owner: akiojin
- License: mit
- Created: 2022-08-14T14:20:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T08:50:28.000Z (2 months ago)
- Last Synced: 2024-10-12T05:04:58.420Z (about 1 month ago)
- Language: TypeScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# replace-string-github-action
![Test][0]
This action replaces and returns the specified string.
## Usage
```yml
- name: Replace string
uses: akiojin/[email protected]
id: replace-string
with:
source: This is a pen
find: pen
replace: pencil
all: truesteps.replace-string.outputs.value
```## License
Any contributions made under this project will be governed by the [MIT License][1].
[0]: https://github.com/akiojin/replace-string-github-action/actions/workflows/Test.yml/badge.svg
[1]: https://github.com/akiojin/replace-string-github-action/blob/main/LICENSE