Skip to content

Commit 7bf5459

Browse files
authored
Merge branch 'dev' into main
2 parents 18eec9a + 7b14fbf commit 7bf5459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ name: Nuclei - DAST Scan
7676
on:
7777
schedule:
7878
- cron: '0 0 * * *'
79-
workflow_dispatch:
79+
workflow_dispatch:
8080
8181
jobs:
8282
nuclei-scan:
@@ -93,7 +93,7 @@ jobs:
9393
target: https://example.com
9494
9595
- name: GitHub Workflow artifacts
96-
- uses: actions/upload-artifact@v2
96+
uses: actions/upload-artifact@v2
9797
with:
9898
name: nuclei.log
9999
path: nuclei.log

0 commit comments

Comments
 (0)