Skip to content

Update and rename build.yml to build.yaml #1

Update and rename build.yml to build.yaml

Update and rename build.yml to build.yaml #1

Workflow file for this run

name: Build
on: push
jobs:
build-image:
runs-on: ubuntu-latest
strategy:
matrix:
vars:
- target: dev
url: test-dev
- target: prod
url: test-prod
steps:
- name: my-step
run: echo "Hello World!"
with:

Check failure on line 16 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 16, Col: 9): Unexpected value 'with'
target-step: ${{ matrix.vars.target }}
url-step: ${{ matrix.vars.url }}