- fix lint error

This commit is contained in:
ariskotsomitopoulos 2022-01-11 16:30:29 +02:00
parent 753e3e7519
commit 1e2fb88783

View file

@ -74,7 +74,7 @@ jobs:
edit-mode: replace
- name: Delete comment if needed
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:
script: |
github.issues.deleteComment({