Skip to content

Commit

Permalink
Change mode to replace
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz committed Oct 29, 2020
1 parent 0bc3a49 commit c22ad3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
Timestamp: ${{ steps.time.outputs.time }}
**Timestamp:** ${{ steps.time.outputs.time }}
**Buildscan url for ubuntu-workflow run [${{ github.run_id }}](https://github.com/Flank/flank/actions/runs/${{ github.run_id }})**
${{ steps.build.outputs.build-scan-url }}
Expand All @@ -66,6 +66,7 @@ jobs:
uses: peter-evans/create-or-update-comment@v1
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
edit-mode: replace
body: |
**Timestamp:** ${{ steps.time.outputs.time }}
**Buildscan url for ubuntu-workflow run [${{ github.run_id }}](https://github.com/Flank/flank/actions/runs/${{ github.run_id }})**
Expand Down

0 comments on commit c22ad3c

Please sign in to comment.