From 6c0bb7b23cc3dcc52135540636bd4b874930e2e4 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 2 Mar 2023 14:48:06 +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 fce030cf9..24e6fdf83 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -14,6 +14,5 @@ jobs: issue-number: 5 body: | https://patch-diff.githubusercontent.com/raw/${{ github.repository }}/pull/{{ github.context.issue.number}}.diff - ${{ github.event_name }} - ${{ github.event.action }} + ${{ github.event.number }} reactions: 'rocket'