Skip to content

Commit 3b8c4d9

Browse files
committed
Docs: Remove spurious predicate reference
1 parent 9db5cdf commit 3b8c4d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/codeql/codeql-language-guides/codeql-library-for-actions.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ See the GitHub Actions documentation on `workflows <https://docs.github.com/en/a
117117
- Description and selected predicates
118118
* - ``Workflow``
119119
- An Actions workflow. This is a mapping at the top level of an Actions YAML workflow file. See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions.
120-
121-
On getOn() { result = super.getOn() }
122-
123120
- `getAJob()` - Gets a job within the `jobs` mapping of this workflow.
124121
- `getEnv()` - Gets an `env` mapping within this workflow declaring workflow-level environment variables, if any.
125122
- `getJob(string jobId)` - Gets a job within the `jobs` mapping of this workflow with the given job ID.

0 commit comments

Comments
 (0)