Skip to content

Commit

Permalink
Hotfix: modified dup_scan.exe's path. (v1.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allgot committed Dec 8, 2022
1 parent 45d5666 commit 271509e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ env:
...
uses: prosyslab/dude@v1.0.1
uses: prosyslab/dude@v1.0.2
with:
issue_num: ${{ github.event.issue.number }}
issue_contents: ${{ github.event.issue.body }}
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ env LESSOPEN=| /usr/bin/lesspipe %s > /dev/null
env OLDPWD=/roote > /dev/null
PATH=/root/.opam/default/bin:$PATH > /dev/null

dune exec ./dup_scan.exe $1 "contents:$2" $3 $4 "$5" "$6" # $1: issue_num, $2: issue_contents, $3: repository_path_name, $4: rapid_key, $5: repo_key, $6: threshold
dune exec dup_scan.exe $1 "contents:$2" $3 $4 "$5" "$6" # $1: issue_num, $2: issue_contents, $3: repository_path_name, $4: rapid_key, $5: repo_key, $6: threshold

0 comments on commit 271509e

Please sign in to comment.