Skip to content

git-action-workflow #13

git-action-workflow

git-action-workflow #13

name: "ARM template toolkit test"
on: [pull_request]
jobs:
arm-toolkit:
name: "ARM template toolkit test"
runs-on: "ubuntu-latest"
env:
SUMO_REPO_PATH: ${{ github.workspace }}
TARGET_BRANCH: "origin/${{ github.event.pull_request.base.ref }}"
SOURCE_BRANCH: "origin/${{ github.event.pull_request.head.ref }}"
steps:
- name: Test ARM Templates - files
id: filestest
uses: aliencube/[email protected]
with:
path: EventHubs/src
files: azuredeploy_metrics.json
- name: Test result - files
shell: bash
continue-on-error: true
run: |

Check failure on line 24 in .github/workflows/arm-tool-kit-test.yml

View workflow run for this annotation

GitHub Actions / ARM template toolkit test

Invalid workflow file

The workflow is not valid. .github/workflows/arm-tool-kit-test.yml (Line: 24, Col: 14): Unrecognized named-value: 'SUMO_REPO_PATH'. Located at position 1 within expression: SUMO_REPO_PATH
echo "${{ toJSON(fromJSON(steps.filestest.outputs.results)) }}"
echo "${{ SUMO_REPO_PATH }}"
echo "${{ SOURCE_BRANCH }}"