Skip to content

Update ASFHyP3/actions version to v0.21.0 #60

Update ASFHyP3/actions version to v0.21.0

Update ASFHyP3/actions version to v0.21.0 #60

name: Render Cookiecutter
on:
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
path: hyp3-cookiecutter
- name: Render Cookiecutter
uses: andrewthetechie/[email protected]
with:
template: ./hyp3-cookiecutter
# Any values not filled in will be set to template's default
cookiecutterValues: '{
"github_username": "foo-bar",
"github_email": "[email protected]",
"process_type": "foo-bar"
}'