Files

20 lines
373 B
YAML
Raw Permalink Normal View History

include-source: false # Drop file/line/col from output
2023-02-17 18:36:00 -05:00
max-result-size: 1141
---
on: push
jobs:
job1:
runs-on: ubuntu-latest
steps:
- run: echo Deploying 1...
- run: echo Deploying 2...
- run: echo Deploying 3...
---
{
"errors": [
{
"Message": ".github/workflows/errors-max-result-size.yml: Maximum object size exceeded"
}
]
}