File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed
Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 and 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"
You can’t perform that action at this time.
0 commit comments