Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
noahburrell0 committed Jan 29, 2024
1 parent 8fe2464 commit db68399
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/create-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ on:
description: The name of the new project to create.
required: true
type: string
templateRepo:
description: The template repository to clone from.
required: true
type: string
default: noahburrell0/project-template
jobs:
clone-template-repo:
runs-on: ubuntu-latest
steps:
- run: echo "${{ inputs.projectName }}"
- run: gh repo create argocd-project-${{ inputs.projectName }} --template ${{ inputs.templateRepo }} --clone
- run: ls -al

0 comments on commit db68399

Please sign in to comment.