From 86511f209b842297a4a2be05ec796d6e7c4ccf0c Mon Sep 17 00:00:00 2001 From: Igor Martynyuk Date: Thu, 1 May 2025 05:22:06 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e0b7e9..257ff55 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ steps: The Action will store results in an environment variable that can be used in other steps in a workflow. Prerequisites: -- GITHUB_TOKEN should have `pull-requests: write` permissions -Example to create a comment in a PR: +- GITHUB_TOKEN should have `pull-requests: write` permissions. +Example to create a comment in a PR: ``` - name: Update Pull Request uses: actions/github-script@v6