Skip to content

Commit

Permalink
Update action.yml (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toufik Airane authored Sep 30, 2021
1 parent 1b37e5a commit f270072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
using: "composite"
steps:
- run: |
[ ! -x /home/runner/go/bin/nuclei ] && GO111MODULE=on go get -v github.com/projectdiscovery/nuclei/v2/cmd/[email protected].1
[ ! -x /home/runner/go/bin/nuclei ] && GO111MODULE=on go get -v github.com/projectdiscovery/nuclei/v2/cmd/[email protected].2
echo "/home/runner/go/bin/" >> $GITHUB_PATH
shell: bash
Expand Down

0 comments on commit f270072

Please sign in to comment.