Update ASFHyP3/actions version to v0.21.0 #60
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | |
| }' |