mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
- fix lint error
This commit is contained in:
parent
753e3e7519
commit
1e2fb88783
1 changed files with 1 additions and 1 deletions
2
.github/workflows/quality.yml
vendored
2
.github/workflows/quality.yml
vendored
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue