Skip to content

Commit

Permalink
update bug in file read
Browse files Browse the repository at this point in the history
  • Loading branch information
awmatheson committed Feb 19, 2020
1 parent 9b7be4d commit daa50bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit daa50bb

Please sign in to comment.