mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 15:18:04 +00:00
remove "delete-comment" step form CI
broken: https://github.com/CivMC/Civ/actions/workflows/comment_on_pr.yaml
This commit is contained in:
7
.github/workflows/comment_on_pr.yaml
vendored
7
.github/workflows/comment_on_pr.yaml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user