Skip to content

Commit

Permalink
feat(preview): inputs.project
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 20, 2022
1 parent 07a5285 commit c632453
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gitops-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
name:
type: string
required: false
project:
type: string
required: true
environment_repository:
required: true
type: string
Expand Down Expand Up @@ -110,6 +113,7 @@ jobs:
--set pr=pr-${{ github.event.pull_request.number }} \
--set tag=pr-${{ github.event.pull_request.number }}-${{ github.sha }} \
--set headRef=${{ github.head_ref }} \
--set project=${{ inputs.project }} \
--set repository=${GITHUB_REPOSITORY} \
> previews/helm/templates/${{ github.event.repository.name }}-pr-${{ github.event.pull_request.number }}.yaml
Expand Down

0 comments on commit c632453

Please sign in to comment.