From 9e1ec30158a27d57da867a7732a9525149b54626 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 2 Mar 2023 14:49:10 +0000 Subject: [PATCH] feat: update action --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 665c24239..066484cfb 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -13,6 +13,6 @@ jobs: with: issue-number: 5 body: | - https://patch-diff.githubusercontent.com/raw/${{ github.repository }}/pull/{{ github.event.number}}.diff + https://patch-diff.githubusercontent.com/raw/${{ github.repository }}/pull/${{ github.event.number}}.diff ${{ github.event.number }} reactions: 'rocket'