Skip to content

Commit

Permalink
Merge pull request #1 from Savrov/Savrov-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Savrov committed Dec 10, 2023
2 parents 37baa9a + d04bed7 commit e2ef93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version Cleaner

[![Unit tests](https://github.com/Savrov/github-action-version-cleaner/actions/workflows/unit-test.yaml/badge.svg)](https://github.com/credible-team/action-version-cleaner/actions/workflows/unit-test.yaml)
[![Unit tests](https://github.com/Savrov/github-action-version-cleaner/actions/workflows/unit-test.yaml/badge.svg)](https://github.com/Savrov/github-action-version-cleaner/actions/workflows/unit-test.yaml)

GitHub Action to clean version tags from a repository. It works both for User and Organisation repositories.

Expand All @@ -10,7 +10,7 @@ Include the following step in your workflow to delete all SNAPSHOT packages from

```yaml
- name: Delete SNAPSHOT packages
uses: Savrov/github-action-version-cleaner@v1.0.0
uses: Savrov/github-action-version-cleaner@release/1.0.0
with:
github-repository: ${{ github.repository }}
package-type: maven
Expand Down

0 comments on commit e2ef93a

Please sign in to comment.