You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: languageservice/src/context-providers/descriptions.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,18 @@
218
218
},
219
219
"check_run_id": {
220
220
"description": "The unique identifier of the check run for this job."
221
+
},
222
+
"workflow_file_path": {
223
+
"description": "The path of the workflow file that contains the job. For example, `.github/workflows/my-workflow.yml`."
224
+
},
225
+
"workflow_ref": {
226
+
"description": "The ref path to the workflow file that contains the job. For example, `octocat/hello-world/.github/workflows/my-workflow.yml@refs/heads/my_branch`."
227
+
},
228
+
"workflow_repository": {
229
+
"description": "The owner and repository name of the workflow file that contains the job. For example, `octocat/Hello-World`."
230
+
},
231
+
"workflow_sha": {
232
+
"description": "The commit SHA of the workflow file that contains the job."
0 commit comments