Skip to content

Commit

Permalink
add parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
FISHMANPET committed Jan 29, 2021
1 parent 36063de commit a3e84a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PSModules/stages/deploy-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ parameters:
type: string
- name: RepoName
type: string
- name: DefaultBranch
type: string
- name: GitHubPAT
type: string

Expand Down
1 change: 1 addition & 0 deletions PSModules/umn-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ stages:
ModuleName: ${{ parameters.ModuleName }}
RepoPath: ${{ parameters.RepoPath }}
RepoName: ${{ parameters.RepoName }}
DefaultBranch: ${{ parameters.DefaultBranch }}
GitHubPAT: ${{ parameters.GitHubPAT }}

0 comments on commit a3e84a8

Please sign in to comment.