diff --git a/.husky/pre-commit b/.husky/pre-commit index 106dd97..394875a 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,3 +2,4 @@ . "$(dirname "$0")/_/husky.sh" (cd internal/run && NODE_OPTIONS=--openssl-legacy-provider npm run build && git add dist/) (cd setup && NODE_OPTIONS=--openssl-legacy-provider npm run build && git add dist/) +doc-resources/update-doc-resources.sh diff --git a/README.md b/README.md index 0411817..6b3138f 100644 --- a/README.md +++ b/README.md @@ -97,13 +97,13 @@ For each tool being installed, the action outputs several environment variables **`PATH`** If the `export-path` action input was set to `true` (default), the bin-directory of the installed tool will be added to the workflow `PATH` environment variable. -**`_INSTALL_DIR`** +**`_INSTALL_DIR`** Directory where the corresponding tool was installed. `` corresponds to the various action inputs, but converted to uppercase and dashes replaced by underscore, for example `FOD_UPLOADER_INSTALL_DIR`. -**`_BIN_DIR`** +**`_BIN_DIR`** Bin-directory that holds the executables for the corresponding tool. `` corresponds to the various action inputs, but converted to uppercase and dashes replaced by underscore, for example `FOD_UPLOADER_BIN_DIR`. -**`_CMD`** +**`_CMD`** Fully qualified path to the (primary) executable/script for the corresponding tool. `` corresponds to the various action inputs, but converted to uppercase and dashes replaced by underscore, for example `FOD_UPLOADER_CMD`. ### Sample usage diff --git a/setup/README.md b/setup/README.md index 1f3ac31..ff32c59 100644 --- a/setup/README.md +++ b/setup/README.md @@ -46,13 +46,13 @@ For each tool being installed, the action outputs several environment variables **`PATH`** If the `export-path` action input was set to `true` (default), the bin-directory of the installed tool will be added to the workflow `PATH` environment variable. -**`_INSTALL_DIR`** +**`_INSTALL_DIR`** Directory where the corresponding tool was installed. `` corresponds to the various action inputs, but converted to uppercase and dashes replaced by underscore, for example `FOD_UPLOADER_INSTALL_DIR`. -**`_BIN_DIR`** +**`_BIN_DIR`** Bin-directory that holds the executables for the corresponding tool. `` corresponds to the various action inputs, but converted to uppercase and dashes replaced by underscore, for example `FOD_UPLOADER_BIN_DIR`. -**`_CMD`** +**`_CMD`** Fully qualified path to the (primary) executable/script for the corresponding tool. `` corresponds to the various action inputs, but converted to uppercase and dashes replaced by underscore, for example `FOD_UPLOADER_CMD`. ### Sample usage