From 7c0211cde114eb064275521e861453daf2545aec Mon Sep 17 00:00:00 2001 From: Ivaylo Badinov <632282+venimus@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:39:42 +0200 Subject: [PATCH] ci(chore): fix comment-on-pr ver --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b90e948e..af397e5ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: REMOTE_USER: root REMOTE_PORT: 2022 TARGET: ${{ format('/data/{0}/{1}', env.APP_NAME, env.GITHUB_REF_SLUG_URL) }} - - uses: unsplash/comment-on-pr@85a56be792d927ac4bfa2f4326607d38e80e6e60 + - uses: unsplash/comment-on-pr@v1.3.1 if: github.event_name == 'pull_request' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}