Skip to content

Commit ef00655

Browse files
authored
Merge pull request #19264 from github/coadaflorin-actions-docs-patch
Update codeql-library-for-actions.rst
2 parents 29af6f7 + 0acccf2 commit ef00655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ See the GitHub Actions documentation on `workflows <https://docs.github.com/en/a
121121
- ``getAJob()`` - Gets a job within the ``jobs`` mapping of this workflow.
122122
- ``getEnv()`` - Gets an ``env`` mapping within this workflow declaring workflow-level environment variables, if any.
123123
- ``getJob(string jobId)`` - Gets a job within the ``jobs`` mapping of this workflow with the given job ID.
124-
- ``getOn()``` - Gets the ``on`` mapping defining the events that trigger this workflow.
124+
- ``getOn()`` - Gets the ``on`` mapping defining the events that trigger this workflow.
125125
- ``getPermissions()`` - Gets a ``permissions`` mapping within this workflow declaring workflow-level token permissions, if any.
126-
- ``getStrategy()``` - Gets a ``strategy`` mapping for the jobs in this workflow, if any.
126+
- ``getStrategy()`` - Gets a ``strategy`` mapping for the jobs in this workflow, if any.
127127
- ``getName()`` - Gets the name of this workflow, if defined within the workflow.
128128

129129
The following example lists all jobs in a workflow with the name declaration ``name: test``:

0 commit comments

Comments
 (0)