1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 00:27:15 +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:
Idan Horowitz 2024-01-09 22:20:16 +02:00 committed by Andreas Kling
parent 9507157f04
commit 0befa77b99

View File

@ -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: