Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelperoco authored Jul 7, 2022
1 parent 9918000 commit c91cd46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: goreleaser

on:
push:
branches:
- main
tags:
- '*'

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Parameters:
- `--page`: Page number. Default: `1`

```bash
artifacts-cleaner --server https://gitlab.com --token <token> --project_id <project_id> --pages 10 --per_page 100
gitlab-artifacts-cleaner --server https://gitlab.com --token <token> --project_id <project_id> --pages 10 --per_page 100
```

This is a work in progress. If you have any suggestions, please open an issue.

0 comments on commit c91cd46

Please sign in to comment.