Merge pull request #807 from Gjum/patch-3

remove "delete-comment" step form CI
This commit is contained in:
okx-code
2025-09-28 21:32:56 +01:00
committed by GitHub

View File

@@ -50,13 +50,6 @@ jobs:
echo "Head SHA: $HEAD_SHA"
echo "HEAD_SHA=$HEAD_SHA" >> "$GITHUB_ENV"
- name: Delete old comments
uses: izhangzhihao/delete-comment@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
delete_user_name: github-actions[bot]
issue_number: ${{ env.PR_NUMBER }}
- name: Update Comment
env:
JOB_PATH: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ env.PREVIOUS_JOB_ID }}"