Update .github/workflows/pr-management.yml

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
This commit is contained in:
Catriel Müller
2026-02-10 18:38:51 -03:00
committed by GitHub
co-authored by kiloconnect[bot]
parent 62f99701dd
commit ddcb49f720
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
check-duplicates:
needs: check-author
if: needs.check-author.outputs.is-member == 'false'
if: needs.check-author.outputs['is-member'] == 'false'
# kilocode_change end
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions: