Skip to content
search

GitHub Action

Concat string

v5 Latest version

Concat string

search

Concat string

Concatenate strings and map them

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Concat string

uses: greguintow/concat-string-action@v5

Learn more about this action in greguintow/concat-string-action

Choose a version

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}!'