[PATCH 1/2] Fix lockdown comment argument

Josh Soref posted 2 patches 4 years, 1 month ago
[PATCH 1/2] Fix lockdown comment argument
Posted by Josh Soref 4 years, 1 month ago
Signed-off-by: Josh Soref <jsoref@gmail.com>
---
 .github/workflows/lockdown.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/lockdown.yml b/.github/workflows/lockdown.yml
index ad8b8f7..37c6065 100644
--- a/.github/workflows/lockdown.yml
+++ b/.github/workflows/lockdown.yml
@@ -15,7 +15,7 @@ jobs:
     steps:
       - uses: dessant/repo-lockdown@v2
         with:
-          pull-comment: |
+          pr-comment: |
             Thank you for your interest in the QEMU project.
 
             This repository is a read-only mirror of the project's repostories hosted
-- 
2.32.0 (Apple Git-132)