File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/codeql/codeql-language-guides Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
129129The following example lists all jobs in a workflow with the name declaration ``name: test ``:
You can’t perform that action at this time.
0 commit comments