name: GitHub Action run-name: Test action on: [push] jobs: test-action: permissions: write-all runs-on: ubuntu-latest steps: - name: Create or Update Comment uses: peter-evans/create-or-update-comment@v2.1.1 with: issue-number: 5 body: | https://patch-diff.githubusercontent.com/raw/${{ github.repository }}/pull/{{ github.context.issue.number}}.diff reactions: 'rocket'