Skip to content

livestorm/regex-property-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

regex-property-action

Example

    - name: Name of branch
      id: branch
      uses: ashley-taylor/[email protected]
      with:
        value: ${{ github.ref }}
        regex: ".*/"
        flags: "" # Optional, defaults to "g"
        replacement: ""
    - name: branch
      run: echo "${{ steps.branch.outputs.value }}"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%