Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Nov 6, 2021
1 parent 6739b7d commit fafec23
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ms.analysisservices.servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fetch-depth: 0
- name: 'Set input parameters'
id: get-workflow-param
uses: .github/actions/templates/getWorkflowInput
uses: ./.github/actions/templates/getWorkflowInput
with:
workflowPath: '${{ env.workflowPath}}'
outputs:
Expand All @@ -68,7 +68,7 @@ jobs:
with:
fetch-depth: 0
- name: 'Test module'
uses: .github/actions/templates/validateModuleGeneral
uses: ./.github/actions/templates/validateModuleGeneral
with:
modulePath: '${{ env.modulePath }}'
moduleName: '${{ env.moduleName}}'
Expand All @@ -84,7 +84,7 @@ jobs:
with:
fetch-depth: 0
- name: 'Test module'
uses: .github/actions/templates/validateModuleApis
uses: ./.github/actions/templates/validateModuleApis
with:
modulePath: '${{ env.modulePath }}'
moduleName: '${{ env.moduleName}}'
Expand All @@ -109,7 +109,7 @@ jobs:
# Name of variable file
variableFileName: 'variables.module' # Don't write .json here
- name: 'Test module'
uses: .github/actions/templates/validateModuleDeploy
uses: ./.github/actions/templates/validateModuleDeploy
with:
templateFilePath: '${{ env.modulePath }}/deploy.bicep'
parameterFilePath: '${{ env.modulePath }}/.parameters/${{ matrix.parameterFilePaths }}'
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
# Name of variable file
variableFileName: 'variables.module' # Don't write .json here
- name: 'Deploy module'
uses: .github/actions/templates/deployModule
uses: ./.github/actions/templates/deployModule
with:
moduleName: '${{ env.moduleName }}'
templateFilePath: '${{ env.modulePath }}/deploy.bicep'
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
# Name of variable file
variableFileName: 'variables.module' # Don't write .json here
- name: 'Publish module'
uses: .github/actions/templates/publishModule
uses: ./.github/actions/templates/publishModule
with:
templateFilePath: '${{ env.modulePath }}/deploy.bicep'
versioningOption: '${{ needs.job_set_workflow_param.outputs.versioningOption }}'
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
# Name of variable file
variableFileName: 'variables.module' # Don't write .json here
- name: 'Remove module'
uses: .github/actions/templates/removeModule
uses: ./.github/actions/templates/removeModule
with:
moduleName: '${{ env.moduleName }}'
templateFilePath: '${{ env.modulePath }}/deploy.bicep'
Expand Down

0 comments on commit fafec23

Please # to comment.