File tree 1 file changed +2
-2
lines changed
docs/codeql/codeql-language-guides
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
121
121
- ``getAJob() `` - Gets a job within the ``jobs `` mapping of this workflow.
122
122
- ``getEnv() `` - Gets an ``env `` mapping within this workflow declaring workflow-level environment variables, if any.
123
123
- ``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.
125
125
- ``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.
127
127
- ``getName() `` - Gets the name of this workflow, if defined within the workflow.
128
128
129
129
The 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