-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix tests broken by adding new property to
runner
context
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
test.yaml:4:7: context "runner" is not allowed here. available contexts are "github", "inputs", "secrets", "vars". see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression] | ||
test.yaml:12:13: property "foooooo" is not defined in object type {arch: string; debug: string; name: string; os: string; temp: string; tool_cache: string} [expression] | ||
test.yaml:12:13: property "foooooo" is not defined in object type {arch: string; debug: string; environment: string; name: string; os: string; temp: string; tool_cache: string} [expression] | ||
test.yaml:14:11: context "runner" is not allowed here. available contexts are "github", "inputs", "matrix", "needs", "secrets", "strategy", "vars". see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression] | ||
test.yaml:14:11: property "fooooooo" is not defined in object type {arch: string; debug: string; name: string; os: string; temp: string; tool_cache: string} [expression] | ||
test.yaml:14:11: property "fooooooo" is not defined in object type {arch: string; debug: string; environment: string; name: string; os: string; temp: string; tool_cache: string} [expression] |