README: fixed dns problem for actions
This commit is contained in:
parent
7c73cf4454
commit
da17294370
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ This site is invite-only. All accounts are granted and created by the site owner
|
||||||
|
|
||||||
## Actions
|
## Actions
|
||||||
|
|
||||||
**Known issue: actions could not resolve DNS. Working on it.**
|
|
||||||
|
|
||||||
For the usage please refer to [Forgejo Documentation for Actions](https://forgejo.org/docs/latest/user/actions/). If "Actions" page does not show up on your repository page, go to "Settings" for your repository, scroll down and check the "Enable Actions" option in the "Advanced Settings".
|
For the usage please refer to [Forgejo Documentation for Actions](https://forgejo.org/docs/latest/user/actions/). If "Actions" page does not show up on your repository page, go to "Settings" for your repository, scroll down and check the "Enable Actions" option in the "Advanced Settings".
|
||||||
|
|
||||||
The default action url is already set to [code.forgejo.org](https://code.forgejo.org). That means the action on `code.forgejo.org` will be picked even if a same repository exists on our site. Like `uses: action/checkout@v1` will pick the one at `code.forgejo.org/actions/checkout`, even if `code.lightstands.xyz/actions/checkout` were also existing.
|
The default action url is already set to [code.forgejo.org](https://code.forgejo.org). That means the action on `code.forgejo.org` will be picked even if a same repository exists on our site. Like `uses: action/checkout@v1` will pick the one at `code.forgejo.org/actions/checkout`, even if `code.lightstands.xyz/actions/checkout` were also existing.
|
||||||
|
|
Loading…
Reference in a new issue