File tree 3 files changed +39
-2
lines changed
3 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 2
2
"type" : " PTE" ,
3
3
"templateUrl" : " https://github.com/mazhelez/AL-Go@fix-incremental-build" ,
4
4
"repoName" : " Ååå" ,
5
- "templateSha" : " be9250487b32dac0232aafe5a7f99bbbb6fe7de7 "
5
+ "templateSha" : " 3b516ee823bad85bb250fd0f0d609d84a2d5e060 "
6
6
}
Original file line number Diff line number Diff line change 81
81
82
82
- name : Determine Baseline Workflow Run
83
83
id : DetermineBaselineWorkflowRun
84
- if : ${{ fromJson( steps.determineProjectsToBuild.outputs.IsPartialBuild) }}
84
+ if : ${{ steps.determineProjectsToBuild.outputs.IsPartialBuild == 'True' }}
85
85
uses : mazhelez/AL-Go/Actions/DetermineBaselineWorkflowRun@fix-incremental-build
86
86
with :
87
87
shell : powershell
Original file line number Diff line number Diff line change
1
+ name : ' Troubleshooting'
2
+
3
+ on :
4
+ workflow_dispatch :
5
+ inputs :
6
+ displayNameOfSecrets :
7
+ description : Display the name (not the value) of secrets available to the repository
8
+ type : boolean
9
+ default : false
10
+
11
+ permissions :
12
+ contents : read
13
+ actions : read
14
+
15
+ defaults :
16
+ run :
17
+ shell : powershell
18
+
19
+ env :
20
+ ALGoOrgSettings : ${{ vars.ALGoOrgSettings }}
21
+ ALGoRepoSettings : ${{ vars.ALGoRepoSettings }}
22
+
23
+ jobs :
24
+ Troubleshooting :
25
+ runs-on : [ windows-latest ]
26
+ steps :
27
+ - name : Checkout
28
+ uses : actions/checkout@v3
29
+ with :
30
+ lfs : true
31
+
32
+ - name : Troubleshooting
33
+ uses : mazhelez/AL-Go/Actions/Troubleshooting@fix-incremental-build
34
+ with :
35
+ shell : powershell
36
+ gitHubSecrets : ${{ toJson(secrets) }}
37
+ displayNameOfSecrets : ${{ github.event.inputs.displayNameOfSecrets }}
You can’t perform that action at this time.
0 commit comments