mirror of
https://github.com/unsplash/comment-on-pr.git
synced 2024-11-10 09:02:32 +08:00
Fix Ruby2 write permission error
This commit is contained in:
parent
85a56be792
commit
708d938d70
1 changed files with 1 additions and 1 deletions
|
@ -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.name"="Comment on PR"
|
||||||
LABEL "com.github.actions.description"="Leaves a comment on an open PR matching a push event."
|
LABEL "com.github.actions.description"="Leaves a comment on an open PR matching a push event."
|
||||||
|
|
Loading…
Reference in a new issue