diff --git a/.github/workflows/solutionValidation.yaml b/.github/workflows/solutionValidation.yaml new file mode 100644 index 00000000000..6681aa7b36b --- /dev/null +++ b/.github/workflows/solutionValidation.yaml @@ -0,0 +1,26 @@ +name: Solution Package Validations +on: + pull_request: + branches: + - master + paths: + - 'Solutions/**' + # Allows to run workflow manually from the Actions tab + workflow_dispatch: +jobs: + Run-SolutionPackage-Validation: + name: Solution Package UI Testing - Testim.io + runs-on: ubuntu-latest + steps: + - name: Chekout pull request braanch + uses: actions/checkout@v3 + with: + ref: ${{github.event.pull_request.head.ref}} + repository: ${{github.event.pull_request.head.repo.full_name}} + persist-credentials: false + fetch-depth: 0 + - name: Get Modified Files + run: | + git diff --name-only origin/master ${{ github.event.pull_request.head.sha }}/../../../Solutions/ > changed_files.txt + echo "changed_files=$(cat changed_files.txt)" >> $GITHUB_ENV + cat changed_files.txt diff --git a/Solutions/CiscoUmbrella/Package/mainTemplate.json b/Solutions/CiscoUmbrella/Package/mainTemplate.json index b25cb36997f..b7fb2f43162 100644 --- a/Solutions/CiscoUmbrella/Package/mainTemplate.json +++ b/Solutions/CiscoUmbrella/Package/mainTemplate.json @@ -30,7 +30,7 @@ }, "workbook1-name": { "type": "string", - "defaultValue": "Cisco Umbrella", + "defaultValue": "Cisco imbrella", "minLength": 1, "metadata": { "description": "Name for the workbook"