We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b8f6e commit 5573de4Copy full SHA for 5573de4
.github/workflows/dast-zap-test.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/github-script@v4
21
with:
22
script: |
23
- const { data: workflows } = await octokit.actions.listRepoWorkflows({
+ const { data: workflows } = await octokit.actions.listRepoWorkflows({
24
owner: context.repo.owner,
25
repo: context.repo.repo
26
});
0 commit comments