mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
CI: Update comment-on-pr version
The newer version installs a specific version of octokit, since the latest version no longer supports the ruby installation in github actions vms. This should resolve the CI issues.
This commit is contained in:
parent
9507157f04
commit
0befa77b99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lintcommits.yml
vendored
2
.github/workflows/lintcommits.yml
vendored
|
@ -87,7 +87,7 @@ jobs:
|
||||||
|
|
||||||
- name: Comment on PR
|
- name: Comment on PR
|
||||||
if: ${{ failure() && !github.event.pull_request.draft }}
|
if: ${{ failure() && !github.event.pull_request.draft }}
|
||||||
uses: IdanHo/comment-on-pr@5f51df338210754f519f721f8320d8f72525a4d0
|
uses: IdanHo/comment-on-pr@dba728af7671011d7fd2c52acfc80f7217ae58b8
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.BUGGIEBOT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.BUGGIEBOT_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue