From 8188c9b3c5471b060c7d9744f0fa36505ff93bbe Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 2 Mar 2023 14:41:08 +0000 Subject: [PATCH] feat: update action --- .github/workflows/github-actions-demo.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 9a5e97565..0546ca12d 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -6,11 +6,10 @@ jobs: permissions: write-all runs-on: ubuntu-latest steps: - - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Create or Update Comment uses: peter-evans/create-or-update-comment@v2.1.1 with: issue-number: 5 body: | - Test comment + https://patch-diff.githubusercontent.com/raw/${{ github.repository }}/pull/{{ github.context.issue.number}}.diff reactions: 'rocket'