diff --git a/docs/user/actions/advanced-features.md b/docs/user/actions/advanced-features.md index 31035118..786d0528 100644 --- a/docs/user/actions/advanced-features.md +++ b/docs/user/actions/advanced-features.md @@ -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 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) based on the [upload-artifact](https://code.forgejo.org/actions/upload-artifact) action and diff --git a/docs/user/actions/security.md b/docs/user/actions/security.md index ade247f6..34de0399 100644 --- a/docs/user/actions/security.md +++ b/docs/user/actions/security.md @@ -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. -![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. -![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.