From 271509e7cbde7c0f1134eba1ba633fcf9a6cbfea Mon Sep 17 00:00:00 2001 From: Allgot Date: Thu, 8 Dec 2022 10:35:35 +0900 Subject: [PATCH] Hotfix: modified dup_scan.exe's path. (v1.0.2) --- README.md | 2 +- entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e8694e..e1ac6d0 100644 --- a/README.md +++ b/README.md @@ -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 }} diff --git a/entrypoint.sh b/entrypoint.sh index cb04a96..743438f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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 \ No newline at end of file +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 \ No newline at end of file