mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 20:55:35 +03: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
Notes:
sideshowbarker
2024-07-17 06:35:23 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/0befa77b99 Pull-request: https://github.com/SerenityOS/serenity/pull/22673
2
.github/workflows/lintcommits.yml
vendored
2
.github/workflows/lintcommits.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
||||
|
||||
- name: Comment on PR
|
||||
if: ${{ failure() && !github.event.pull_request.draft }}
|
||||
uses: IdanHo/comment-on-pr@5f51df338210754f519f721f8320d8f72525a4d0
|
||||
uses: IdanHo/comment-on-pr@dba728af7671011d7fd2c52acfc80f7217ae58b8
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.BUGGIEBOT_TOKEN }}
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user