Files
languageservices/workflow-parser/testdata/reader/job-container-invalid-credentials.yml
Christopher Schleiden 2a3d63551f Rename folders
2023-02-22 15:52:40 -08:00

20 lines
375 B
YAML

include-source: false # Drop file/line/col from output
---
on: push
jobs:
build:
runs-on: linux
container:
image: node:14.16
credentials:
badkey: somevalue
steps:
- run: echo hi
---
{
"errors": [
{
"Message": ".github/workflows/job-container-invalid-credentials.yml (Line: 8, Col: 9): Unexpected value 'badkey'"
}
]
}