Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 274 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 274 Bytes

concat-string GitHub Action

Concat strings

Inputs

string

Required Input string.

Outputs

replaced

The replaced string.

Example usage

uses: greguintow/concat-string-action@v1
env:
  master: prod
with:
  string: 'Env-{master}!'