-
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
6 additions
and
6 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 |
---|---|---|
|
@@ -40,7 +40,7 @@ generated [here](https://github.com/settings/tokens) and need to be added as a s | |
> Delete old versions of the packages "package-1" and "package-2" for the organization "my-organization". | ||
```yaml | ||
uses: smartsquaregmbh/[email protected].0 | ||
uses: smartsquaregmbh/[email protected].1 | ||
with: | ||
organization: my-organization | ||
type: npm | ||
|
@@ -52,7 +52,7 @@ with: | |
> Delete old versions in the form of "1.0.0-RC1" of the package "package". | ||
```yaml | ||
uses: smartsquaregmbh/[email protected].0 | ||
uses: smartsquaregmbh/[email protected].1 | ||
with: | ||
organization: my-organization | ||
type: npm | ||
|
@@ -64,7 +64,7 @@ with: | |
> Delete old versions with a lower semver version than 2.x of the package "package". | ||
```yaml | ||
uses: smartsquaregmbh/[email protected].0 | ||
uses: smartsquaregmbh/[email protected].1 | ||
with: | ||
organization: my-organization | ||
type: npm | ||
|
@@ -76,7 +76,7 @@ with: | |
> Delete old versions of the package "package" but keep at least 5 versions. | ||
```yaml | ||
uses: smartsquaregmbh/[email protected].0 | ||
uses: smartsquaregmbh/[email protected].1 | ||
with: | ||
organization: my-organization | ||
type: npm | ||
|
@@ -88,7 +88,7 @@ with: | |
> Delete old versions of the package "package" with a token named "GH_ACCESS_TOKEN". | ||
```yaml | ||
uses: smartsquaregmbh/[email protected].0 | ||
uses: smartsquaregmbh/[email protected].1 | ||
with: | ||
token: ${{ secrets.GH_ACCESS_TOKEN }} | ||
organization: my-organization | ||
|
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