Skip to content

Commit

Permalink
фиксо
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgencheg committed Sep 4, 2024
1 parent 59490f1 commit a81c37c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rsi-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: peter-evans/create-or-update-comment@v1
with:
issue-number: ${{ github.event.number }}
token: ${{ secrets.BOT_TOKEN }}
body: |
${{ steps.diff.outputs.summary-details }}
Expand All @@ -52,6 +53,7 @@ jobs:
uses: peter-evans/create-or-update-comment@v1
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
token: ${{ secrets.BOT_TOKEN }}
edit-mode: replace
body: |
${{ steps.diff.outputs.summary-details }}
Expand All @@ -61,6 +63,7 @@ jobs:
uses: peter-evans/create-or-update-comment@v1
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
token: ${{ secrets.BOT_TOKEN }}
edit-mode: append
body: |
Edit: diff updated after ${{ github.event.pull_request.head.sha }}

0 comments on commit a81c37c

Please sign in to comment.