kopia lustrzana https://github.com/micropython/micropython-lib
CONTRIBUTING: Add extra explanation of "Publish packages for branch".
I hadn't used this feature for a while, and realised there's one confusing element of it not previously mentioned in the docs. Signed-off-by: Angus Gratton <angus@redyak.com.au>pull/808/head
rodzic
66fa62bda1
commit
1effa11c77
|
@ -102,15 +102,20 @@ Pages](https://docs.github.com/en/pages):
|
||||||
"truthy" value).
|
"truthy" value).
|
||||||
5. The settings for GitHub Actions and GitHub Pages features should not need to
|
5. The settings for GitHub Actions and GitHub Pages features should not need to
|
||||||
be changed from the repository defaults, unless you've explicitly disabled
|
be changed from the repository defaults, unless you've explicitly disabled
|
||||||
them.
|
Actions or Pages in your fork.
|
||||||
|
|
||||||
The next time you push commits to a branch in your fork, GitHub Actions will run
|
The next time you push commits to a branch in your fork, GitHub Actions will run
|
||||||
an additional step in the "Build All Packages" workflow named "Publish Packages
|
an additional step in the "Build All Packages" workflow named "Publish Packages
|
||||||
for branch".
|
for branch". This step runs in *your fork*, but if you open a pull request then
|
||||||
|
this workflow is not shown in the Pull Request's "Checks". These run in the
|
||||||
|
upstream repository. Navigate to your fork's Actions tab in order to see
|
||||||
|
the additional "Publish Packages for branch" step.
|
||||||
|
|
||||||
Anyone can then install these packages as described under [Installing packages
|
Anyone can then install these packages as described under [Installing packages
|
||||||
from forks](README.md#installing-packages-from-forks). The exact commands are also
|
from forks](README.md#installing-packages-from-forks).
|
||||||
quoted in the GitHub Actions log for the "Publish Packages for branch" step.
|
|
||||||
|
The exact command is also quoted in the GitHub Actions log in your fork's
|
||||||
|
Actions for the "Publish Packages for branch" step of "Build All Packages".
|
||||||
|
|
||||||
#### Opting Back Out
|
#### Opting Back Out
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue