Skip to content

dev

dev #10

Workflow file for this run

name: Lyov Pipeline
on:
push:
deployment:
release:
types: [created]
pull_request:
types: [opened, reopened]
workflow_dispatch:
inputs:
environment:
description: "Environment"
required: true
type: choice
default: "dev"
options:
- dev
- stg
- prd
jobs:
SVC:
uses: andrebrito16/iac-github-actions/.github/workflows/svc.yml@feat/added-elixir-build

Check failure on line 25 in .github/workflows/pipeline.yml

View workflow run for this annotation

GitHub Actions / Lyov Pipeline

Invalid workflow file

error parsing called workflow ".github/workflows/pipeline.yml" -> "andrebrito16/iac-github-actions/.github/workflows/svc.yml@feat/added-elixir-build" (source branch with sha:14cb9275ff435ccb76200a0fdf535ea40b7d822d) --> "andrebrito16/iac-github-actions/.github/workflows/svc-build.yml@feat/added-elixir-build" (source branch with sha:14cb9275ff435ccb76200a0fdf535ea40b7d822d) : You have an error in your yaml syntax on line 271
secrets: inherit
with:
mainBranch: master
platforms: linux/amd64
environmentsAsNamespaces: true