Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
remove DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
awmatheson committed Feb 19, 2020
1 parent b9a749e commit 78e77cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 78e77cd

Please sign in to comment.