Revert "Bump actions/github-script from 3 to 5.1.0"

This commit is contained in:
Aris Kotsomitopoulos 2022-01-11 16:31:24 +02:00 committed by GitHub
parent 3251463410
commit 24a1afddd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ jobs:
edit-mode: replace edit-mode: replace
- name: Delete comment if needed - name: Delete comment if needed
if: always() && steps.fc.outputs.comment-id != '' && steps.ktlint-results.outputs.add_comment == 'false' if: always() && steps.fc.outputs.comment-id != '' && steps.ktlint-results.outputs.add_comment == 'false'
uses: actions/github-script@v5.1.0 uses: actions/github-script@v3
with: with:
script: | script: |
github.issues.deleteComment({ github.issues.deleteComment({