From d884d497b39097e9a8bf7409e6cd55f8818785b1 Mon Sep 17 00:00:00 2001 From: Graham Christensen 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