- has_with had undetected structure error now failing the schema - empty_step and has_secrets are invalid and caught by the schema there no longer is a need for them
19 lines
307 B
YAML
19 lines
307 B
YAML
name: test
|
|
jobs:
|
|
job1:
|
|
name: job1
|
|
runs-on: linux
|
|
steps:
|
|
- uses: .gitea/workflows/build.yml
|
|
with:
|
|
package: service
|
|
---
|
|
name: test
|
|
jobs:
|
|
job2:
|
|
name: job2
|
|
runs-on: linux
|
|
steps:
|
|
- uses: .gitea/workflows/build.yml
|
|
with:
|
|
package: module
|