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'