From daa50bb9597969047e5252238f722f678f23a90c Mon Sep 17 00:00:00 2001 From: awmatheson Date: Wed, 19 Feb 2020 16:49:04 -0500 Subject: [PATCH] update bug in file read --- entrypoint.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a600f44..a3c7220 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,7 +35,10 @@ else pr_number = pr["number"] end file_path = ARGV -message = File.read('file_path') + +puts Dir.entries(".") + +message = File.read(file_path) coms = github.issue_comments(repo, pr_number)