Skip to content

Commit

Permalink
docs: improve actions docs
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Sep 25, 2022
1 parent 39f1894 commit 5058540
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions www/docs/ci/actions.md
Expand Up @@ -53,10 +53,11 @@ jobs:
```

!!! warning "Some things to look closely..."
#### The action does not install dependencies
GoReleaser Action will not install any other software needed to release.
It's the user's responsibility to install and configure Go, Docker, Syft,
Cosign and any other tools the release might need.
#### The action does not install, configure or authenticate into dependencies
GoReleaser Action will not install nor setup any other software needed to
release. It's the user's responsibility to install and configure Go, Docker,
Syft, Cosign and any other tools the release might need. It's also the
user's responsibility to log in into tools that need it, such as docker.

#### Fetch depthness
Notice the `fetch-depth: 0` option on the `Checkout` workflow step.
Expand Down

0 comments on commit 5058540

Please sign in to comment.