Replace forked action with original one (#496)
authorKrishan <33421343+kfiven@users.noreply.github.com>
Wed, 20 Apr 2022 03:28:47 +0000 (08:58 +0530)
committerGitHub <noreply@github.com>
Wed, 20 Apr 2022 03:28:47 +0000 (08:58 +0530)
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.

.github/workflows/deploy-pull-request.yml

index 6894bad38efe4e8ef211aedb68801fc381565ed2..94752cf025370816547056f95fd103dc725185de 100644 (file)
@@ -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: