From d99e45a16bfb8a2467febd374943f33add24b37a Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 19 Mar 2025 12:13:08 -0400 Subject: [PATCH 1/2] Update the text with much simpler 'run ci' instructions. --- README.md | 10 +--------- action.yml | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 51b4d46..834e17f 100644 --- a/README.md +++ b/README.md @@ -172,15 +172,7 @@ GitHub Actions will not run workflows when a branch is pushed by or a PR is open ### Without a Personal Authentication Token -Without using a Personal Authentication Token, you can manually run the following to kick off a CI run: - -``` -git branch -D update_flake_lock_action -git fetch origin -git checkout update_flake_lock_action -git commit --amend --no-edit -git push origin update_flake_lock_action --force -``` +Without using a Personal Authentication Token, close and reopen the pull request manually to kick off CI. ### With a Personal Authentication Token diff --git a/action.yml b/action.yml index f9c01eb..a340a68 100644 --- a/action.yml +++ b/action.yml @@ -41,15 +41,7 @@ inputs: 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 - git fetch origin - git checkout update_flake_lock_action - git commit --amend --no-edit - git push origin update_flake_lock_action --force - ``` + **To run GitHub Actions workflows on this PR, close an re-open this pull request.** pr-labels: description: "A comma or newline separated list of labels to set on the Pull Request to be created" From e64717fb045e1965c26e1ae9d10cc28b0ec8ce0a Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 19 Mar 2025 12:25:15 -0400 Subject: [PATCH 2/2] Update action.yml Co-authored-by: Cole Helbling --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a340a68..b6d1bff 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ inputs: GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action. - **To run GitHub Actions workflows on this PR, close an re-open this pull request.** + **To run GitHub Actions workflows on this PR, close and re-open this pull request.** pr-labels: description: "A comma or newline separated list of labels to set on the Pull Request to be created"