-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
3 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
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 |
---|---|---|
|
@@ -209,8 +209,8 @@ Depending on your preference for receiving updates, you can use any of the follo | |
version tags, such as v1 and v1.1, are rolling tags and synced with the latest minor and patch releases. | ||
|
||
- `mattgrul/satis-to-artifact-action@v1` - Suitable for receiving all updates in the `v1` range (up to `v1.x.x`). | ||
- `mattgrul/[email protected]` - Suitable for receiving all updates in the `v1.0.x` range. | ||
- `mattgrul/[email protected].1` - Pins to the specific v1.1.1 patch version. | ||
- `mattgrul/[email protected]` - Suitable for receiving all updates in the `v1.0.x` range. = | ||
- `mattgrul/[email protected].2` - Pins to the specific v1.1.2 patch version. | ||
|
||
If you would like to pin to a specific commit for compatibility reasons you can use a specific commit SHA which are | ||
immutable. | ||
|