You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for JFrog cli version:latest
* Update default version to 2.11.1
* Add default version test
Co-authored-by: Yahav Itzhak <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This GitHub Action downloads, installs and configures JFrog CLI, so that it can
6
6
7
7
In addition, the Action includes the following features, when using JFrog CLI to work with Artifactory.
8
8
* The connection details of the Artifactory servers used by JFrog CLI can be stored as secrets. Read more about it [here](#storing-artifactory-servers-details-as-secrets).
9
-
* There's no need to add the *build name* and *build number* options and arguments to commands which accpet them.
9
+
* There's no need to add the *build name* and *build number* options and arguments to commands which accept them.
10
10
All build related operations will be automatically recorded with the *Workflow Name* as build name and *Run Number* as build number.
11
11
12
12
# Usage
@@ -50,11 +50,11 @@ If you have multiple Artifactory servers configured as secrets, you can use all
0 commit comments