Workflow config file is invalid. Please check your config file: yaml: unmarshal errors:
line 11: cannot unmarshal !!str `run cat...` into model.Step
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
jobs:
|
|
test:
|
|
runs-on: docker
|
|
container:
|
|
image: alpine:3.19
|
|
steps:
|
|
- run cat /etc/os-release
|