File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ jobs:
5050
5151# # Behavior
5252
53- # ## `check`: Check for new release versions
53+ # ## `check` Step (`check` script) : Check for new release versions
5454
5555Get the latest version of OpenSSL source code in the defined version family.
5656
57- # ## `in`: Fetch release
57+ # ## `get` Step (` in` script) : Fetch release
5858
5959Downloads the source code tarball for a version.
6060
@@ -72,7 +72,7 @@ directory. When non is ab-vailable, the resource fails. Whenever the `sha256`
7272file is missing, it is computed from the downloaded file, in order to honor the
7373resource contract.
7474
75- # ## `out`: Not implemented
75+ # ## `put` Step (` out` script) : Not implemented
7676
7777Uploading a new OpenSSL source code tarball is not possible.
7878
You can’t perform that action at this time.
0 commit comments