Merge branch 'reorganize-actions-docs' of codeberg.org:Kwonunn/forgejo_docs into reorganize-actions-docs

This commit is contained in:
Kwonunn 2025-04-12 16:28:43 +02:00
commit d56557c85c
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ Artifacts expire after a delay of 90 days by default, but this may be changed by
The artifacts created by a workflow` can be downloaded from the web The artifacts created by a workflow` can be downloaded from the web
interface that shows the the details of the jobs for a workflow. interface that shows the the details of the jobs for a workflow.
![download artifacts](../_images/user/actions/actions-download-artifact.png) ![download artifacts](../../_images/user/actions/actions-download-artifact.png)
[Check out the example](https://code.forgejo.org/forgejo/end-to-end/src/branch/main/actions/example-artifacts/.forgejo/workflows) [Check out the example](https://code.forgejo.org/forgejo/end-to-end/src/branch/main/actions/example-artifacts/.forgejo/workflows)
based on the [upload-artifact](https://code.forgejo.org/actions/upload-artifact) action and based on the [upload-artifact](https://code.forgejo.org/actions/upload-artifact) action and

View file

@ -21,11 +21,11 @@ Workflows triggered by the `pull_request` event are an exception. The token gene
The first time a user proposes a pull request, the `on.pull_request` workflows are blocked. The first time a user proposes a pull request, the `on.pull_request` workflows are blocked.
![blocked action](../_images/user/actions/action-blocked.png) ![blocked action](../../_images/user/actions/action-blocked.png)
They can be approved by a maintainer of the project and there will be no need to unblock future pull requests. They can be approved by a maintainer of the project and there will be no need to unblock future pull requests.
![button to approve an action](../_images/user/actions/action-approve.png) ![button to approve an action](../../_images/user/actions/action-approve.png)
If a trusted user attempts to abuse the actions system, they can be blocked. This will revoke the user's ability to run `pull_request` workflows. If a trusted user attempts to abuse the actions system, they can be blocked. This will revoke the user's ability to run `pull_request` workflows.