diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 90c552f..8a27df4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,5 +1,9 @@ +--- name: Test + +# yamllint disable-line rule:truthy on: [push, pull_request] + jobs: build: name: Home Assistant Core Configuration Check diff --git a/action.yaml b/action.yaml index 4a8a236..3ee5a1e 100644 --- a/action.yaml +++ b/action.yaml @@ -62,7 +62,8 @@ runs: secrets="${{ steps.check.outputs.path }}/${secrets}" elif [[ ! -f "${secrets}" ]]; then - echo "::error ::Could not find specified secrets file: ${{ inputs.secrets }}" + echo "::error ::Could not find specified secrets file:"\ + " ${{ inputs.secrets }}" exit 1 fi