From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Wed, 20 Apr 2022 03:28:47 +0000 (+0530) Subject: Replace forked action with original one (#496) X-Git-Tag: v2.0.0~47 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=3b1b3387e70523f4b2564543a24c181f9237f037;p=cinny.git Replace forked action with original one (#496) The reason to replace is that previous action fails when pull request content is empty and Beakyn/gha-comment-pull-request@v1.0.2 fixed this. --- diff --git a/.github/workflows/deploy-pull-request.yml b/.github/workflows/deploy-pull-request.yml index 6894bad..94752cf 100644 --- a/.github/workflows/deploy-pull-request.yml +++ b/.github/workflows/deploy-pull-request.yml @@ -68,7 +68,7 @@ jobs: NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE3_ID }} timeout-minutes: 1 - name: Edit PR Description - uses: velas/pr-description@v1.0.1 + uses: Beakyn/gha-comment-pull-request@v1.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: