diff --git a/README.md b/README.md index e318a95..11934f2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v1 - run: mkdir -p output/ - - run: echo "This is a comment" > output/results.txt + - run: echo "This is fancy a comment" > output/results.txt - uses: actions/upload-artifact@v1 with: name: results diff --git a/entrypoint.sh b/entrypoint.sh index eadd404..c5cb4b6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -36,8 +36,6 @@ else end file_path = ARGV[0] -puts Dir.entries(".") - message = File.read(file_path) coms = github.issue_comments(repo, pr_number)