|
|
|
@ -3,7 +3,7 @@ run-name: Test action |
|
|
|
on: [push] |
|
|
|
on: [push] |
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
test-action: |
|
|
|
test-action: |
|
|
|
permissions: write-all |
|
|
|
# permissions: write-all |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- run: echo ${{ github.event_name }} |
|
|
|
- run: echo ${{ github.event_name }} |
|
|
|
@ -14,5 +14,4 @@ jobs: |
|
|
|
issue-number: 5 |
|
|
|
issue-number: 5 |
|
|
|
body: | |
|
|
|
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' |
|
|
|
reactions: 'rocket' |
|
|
|
|