Skip to content

Commit 5573de4

Browse files
committed
OWASP OWASP#714 : Fixing workflow triggering isues
1 parent 80b8f6e commit 5573de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dast-zap-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/github-script@v4
2121
with:
2222
script: |
23-
const { data: workflows } = await octokit.actions.listRepoWorkflows({
23+
const { data: workflows } = await octokit.actions.listRepoWorkflows({
2424
owner: context.repo.owner,
2525
repo: context.repo.repo
2626
});

0 commit comments

Comments
 (0)