File tree 4 files changed +5
-8
lines changed
4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ parameters:
7
7
type : string
8
8
- name : DefaultBranch
9
9
type : string
10
- - name : GitHubPAT
11
- type : string
12
10
13
11
stages :
14
12
- stage : Deploy
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ parameters:
7
7
type : string
8
8
- name : DefaultBranch
9
9
type : string
10
- - name : GitHubPAT
11
- type : string
12
10
13
11
stages :
14
12
- stage : Deploy
Original file line number Diff line number Diff line change @@ -9,9 +9,12 @@ parameters:
9
9
- name : FailOnTestFailure
10
10
type : boolean
11
11
default : true
12
+ - name : DefaultBranch
13
+ type : string
14
+ default : master
12
15
- name : GitHubPAT
13
16
type : string
14
- default : " this will fail "
17
+ default : " not needed "
15
18
16
19
stages :
17
20
- template : stages/build-module.yml
@@ -26,4 +29,3 @@ stages:
26
29
ModuleName : ${{ parameters.ModuleName }}
27
30
RepoPath : ${{ parameters.RepoPath }}
28
31
RepoName : ${{ parameters.RepoName }}
29
- GitHubPAT : ${{ parameters.GitHubPAT }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ parameters:
14
14
default : master
15
15
- name : GitHubPAT
16
16
type : string
17
- default : " this will fail "
17
+ default : " not needed "
18
18
19
19
stages :
20
20
- template : stages/build-module.yml
@@ -30,4 +30,3 @@ stages:
30
30
RepoPath : ${{ parameters.RepoPath }}
31
31
RepoName : ${{ parameters.RepoName }}
32
32
DefaultBranch : ${{ parameters.DefaultBranch }}
33
- GitHubPAT : ${{ parameters.GitHubPAT }}
You can’t perform that action at this time.
0 commit comments