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

Docker image suddenly fails to build #58

Open Endermanbugzjfc opened 2 years ago

Endermanbugzjfc commented 2 years ago

The exactly same workflow was working in another repository. But is not working now. https://github.com/Endermanbugzjfc/ExamplePlugin/runs/7337270230?check_suite_focus=true#step:3:156

Workflow

https://github.com/Endermanbugzjfc/ExamplePlugin/blob/c3da4c9df6259b7c79412c15dab6f657c5833438/.github/workflows/php-cs-fixer-pr.yml

Endermanbugzjfc commented 2 years ago

@isinkler I bumped the action version from 1.2.0 to 1.3.1 and seems to be working now.

Endermanbugzjfc commented 2 years ago

But I am getting this error: https://github.com/Endermanbugzjfc/ExamplePlugin/runs/7345513527?check_suite_focus=true#step:7:15

isinkler commented 2 years ago

@Endermanbugzjfc as a quick fix I modified the Docker file by adding RUN gem install octokit -v 4.25.1. The latest version of Octokit is not compatible the GitHub agent’s Ruby version. It’s not too good, as I have to have my own version of this repo like this.

Endermanbugzjfc commented 2 years ago

@Endermanbugzjfc as a quick fix I modified the Docker file by adding RUN gem install octokit -v 4.25.1. The latest version of Octokit is not compatible the GitHub agent’s Ruby version. It’s not too good, as I have to have my own version of this repo like this.

I just switched to thollander/actions-comment-pull-request@v1. But anyway, thank you.

MarcSN311 commented 2 years ago

But I am getting this error: https://github.com/Endermanbugzjfc/ExamplePlugin/runs/7345513527?check_suite_focus=true#step:7:15

getting the same error.