Browse Source

feat: update action

pull/1367/head
natdeanlewissoftwire 3 years ago
parent
commit
9696a65486
  1. 2
      .github/workflows/github-actions-demo.yml

2
.github/workflows/github-actions-demo.yml

@ -13,6 +13,6 @@ jobs:
with: with:
issue-number: 5 issue-number: 5
body: | body: |
https://patch-diff.githubusercontent.com/raw/${{ github.repository }}/pull/{{ github.context.issue.number}}.diff https://patch-diff.githubusercontent.com/raw/${{ github.repository }}/pull/{{ github.event.number}}.diff
${{ github.event.number }} ${{ github.event.number }}
reactions: 'rocket' reactions: 'rocket'

Loading…
Cancel
Save