Skip to content

Commit

Permalink
fix tests broken by adding new property to runner context
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Apr 16, 2024
1 parent e032103 commit 88b3ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testdata/err/expr_check_in_env_var_name.out
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]

0 comments on commit 88b3ceb

Please sign in to comment.