From f8531e82c6ac835b37868958f53595bf8cbaffc7 Mon Sep 17 00:00:00 2001 From: Rocco Meli Date: Wed, 8 Oct 2025 21:47:05 +0200 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 633c197..c805324 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,11 @@ jobs: steps: - uses: actions/first-interaction@v3 with: - issue-message: | + issue_message: | # Issue Message with Markdown This is the message that will be displayed! - pr-message: | + pr_message: | # PR Message with Markdown This is the message that will be displayed!