README: fixed dns problem for actions

This commit is contained in:
Rubicon 2024-03-31 03:27:26 +00:00
parent 7c73cf4454
commit da17294370

View file

@ -8,8 +8,6 @@ This site is invite-only. All accounts are granted and created by the site owner
## 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".
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.