Skip to content

Commit 9625424

Browse files
delvhlunny
authored andcommitted
Remove outdated paragraphs when comparing Gitea Actions to GitHub Actions
1 parent ae8e8f0 commit 9625424

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

docs/content/usage/actions/comparison.en-us.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ As a workaround, you can use [go-hashfiles](https://gitea.com/actions/go-hashfil
9191

9292
## Missing features
9393

94-
### Variables
95-
96-
See [Variables](https://docs.github.com/en/actions/learn-github-actions/variables).
97-
98-
It's under development.
99-
10094
### Problem Matchers
10195

10296
Problem Matchers are a way to scan the output of actions for a specified regex pattern and surface that information prominently in the UI.
@@ -118,18 +112,6 @@ Pre and Post steps don't have their own section in the job log user interface.
118112

119113
## Different behavior
120114

121-
### Downloading actions
122-
123-
Gitea Actions doesn't download actions from GitHub by default.
124-
"By default" means that you don't specify the host in the `uses` field, like `uses: actions/checkout@v3`.
125-
As a contrast, `uses: https://github.com/actions/checkout@v3` has specified host.
126-
127-
The missing host will be filled with `https://gitea.com` if you don't configure it.
128-
That means `uses: actions/checkout@v3` will download the action from [gitea.com/actions/checkout](https://gitea.com/actions/checkout), instead of [github.com/actions/checkout](https://github.com/actions/checkout).
129-
130-
As mentioned, it's configurable.
131-
If you want your runners to download actions from GitHub or your own Gitea instance by default, you can configure it by setting `[actions].DEFAULT_ACTIONS_URL`. See [Configuration Cheat Sheet](administration/config-cheat-sheet.md#actions-actions).
132-
133115
### Context availability
134116

135117
Context availability is not checked, so you can use the env context on more places.

0 commit comments

Comments
 (0)