From acf9be7f0f887aaec9a993e4b9fd08733192034c Mon Sep 17 00:00:00 2001
From: Graham Christensen <graham@grahamc.com>
Date: Wed, 27 Oct 2021 12:31:17 -0400
Subject: [PATCH] Include instructions on running workflows in the PR body

---
 action.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index e5b8d9e..0d59255 100644
--- a/action.yml
+++ b/action.yml
@@ -33,7 +33,9 @@ runs:
 
           ### Running GitHub Actions on this PR
 
-          GitHub Actions will not run workflows when a branch is pushed by or a PR is opened by a GitHub Action. To work around this, try:
+          GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.
+
+          To run GitHub Actions workflows on this PR, run:
 
           ```sh
           git branch -D update_flake_lock_action