Browse Source

feat: update action

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

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

@ -3,7 +3,7 @@ run-name: Test action
on: [push]
jobs:
test-action:
permissions: write-all
# permissions: write-all
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.event_name }}
@ -14,5 +14,4 @@ jobs:
issue-number: 5
body: |
https://patch-diff.githubusercontent.com/raw/${{ github.repository }}/pull/${{ github.event.number}}.diff
${{ github.event.number }}
reactions: 'rocket'

Loading…
Cancel
Save