-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ but targets a different use case. | |
> Delete old versions of the packages "package-1" and "package-2". | ||
```yaml | ||
uses: smartsquaregmbh/[email protected].2 | ||
uses: smartsquaregmbh/[email protected].3 | ||
with: | ||
names: | | ||
package-1 | ||
|
@@ -31,7 +31,7 @@ with: | |
> Delete old versions in the form of "1.0.0-RC1" of the package "package" | ||
```yaml | ||
uses: smartsquaregmbh/[email protected].2 | ||
uses: smartsquaregmbh/[email protected].3 | ||
with: | ||
version-pattern: "^\\d+\\.\\d+\\.\\d+-RC\\d+$" # The regex needs to be escaped! | ||
names: | | ||
|
@@ -41,7 +41,7 @@ with: | |
> Delete old versions of the package "package" but keep at least 5 versions | ||
```yaml | ||
uses: smartsquaregmbh/[email protected].2 | ||
uses: smartsquaregmbh/[email protected].3 | ||
with: | ||
keep: 5 | ||
names: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters