unsplash / comment-on-pr

A GitHub Action to comment on the relevant open PR when a commit is pushed.
MIT License
150 stars 84 forks source link

Fix Ruby2 write permission error #40

Closed kenke7 closed 3 years ago

kenke7 commented 3 years ago

The issue is described here: Stackoverflow

EDIT: This also resolves the issue: #39

To be short: ruby 2.7 docker image causes a write permission error and upgrade to 3.13 fixes it at this time.