Skip to content

marcelocarlos/setup-datasubst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-datasubst

Sets up datasubst to be used in GitHub actions workflows.

Example

jobs:
  example:
    name: Example
    runs-on: ubuntu-latest
    permissions:
      contents: read

    steps:
      - name: Setup datasubst
        uses: marcelocarlos/setup-datasubst@v1
        with:
          version: v0.7.0

      - name: Run databsubst
        run: datasubst --version

About

Set up datasubst in your GitHub Actions workflow

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published