Skip to content

Commit d99e45a

Browse files
committed
Update the text with much simpler 'run ci' instructions.
1 parent 208d8b0 commit d99e45a

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,7 @@ GitHub Actions will not run workflows when a branch is pushed by or a PR is open
172172

173173
### Without a Personal Authentication Token
174174

175-
Without using a Personal Authentication Token, you can manually run the following to kick off a CI run:
176-
177-
```
178-
git branch -D update_flake_lock_action
179-
git fetch origin
180-
git checkout update_flake_lock_action
181-
git commit --amend --no-edit
182-
git push origin update_flake_lock_action --force
183-
```
175+
Without using a Personal Authentication Token, close and reopen the pull request manually to kick off CI.
184176

185177
### With a Personal Authentication Token
186178

action.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,7 @@ inputs:
4141
4242
GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.
4343
44-
To run GitHub Actions workflows on this PR, run:
45-
46-
```sh
47-
git branch -D update_flake_lock_action
48-
git fetch origin
49-
git checkout update_flake_lock_action
50-
git commit --amend --no-edit
51-
git push origin update_flake_lock_action --force
52-
```
44+
**To run GitHub Actions workflows on this PR, close an re-open this pull request.**
5345
5446
pr-labels:
5547
description: "A comma or newline separated list of labels to set on the Pull Request to be created"

0 commit comments

Comments
 (0)