|
|
|
@ -6,11 +6,10 @@ jobs: |
|
|
|
permissions: write-all |
|
|
|
permissions: write-all |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." |
|
|
|
|
|
|
|
- name: Create or Update Comment |
|
|
|
- name: Create or Update Comment |
|
|
|
uses: peter-evans/create-or-update-comment@v2.1.1 |
|
|
|
uses: peter-evans/create-or-update-comment@v2.1.1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
issue-number: 5 |
|
|
|
issue-number: 5 |
|
|
|
body: | |
|
|
|
body: | |
|
|
|
Test comment |
|
|
|
https://patch-diff.githubusercontent.com/raw/${{ github.repository }}/pull/{{ github.context.issue.number}}.diff |
|
|
|
reactions: 'rocket' |
|
|
|
reactions: 'rocket' |
|
|
|
|