Fix Ruby2 write permission error

This commit is contained in:
Ken Ke 2021-07-20 13:48:07 +08:00
parent 85a56be792
commit 708d938d70
No known key found for this signature in database
GPG key ID: 632513B7DD2EA3CE

View file

@ -1,4 +1,4 @@
FROM ruby:2.7-alpine
FROM ruby:3-alpine3.13
LABEL "com.github.actions.name"="Comment on PR"
LABEL "com.github.actions.description"="Leaves a comment on an open PR matching a push event."