diff --git a/README.md b/README.md index 19bdb25..7ffcef9 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,10 @@ The action reads a few env variables: * `FEEDNAME` used in the created `feeds.conf` for the current repo. Defaults to `action`. * `IGNORE_ERRORS` can ignore failing packages builds. -* `KEY_BUILD` can be a private Signify/`usign` key to sign the packages feed. * `INDEX` makes the action build the package index. Default is 0. Set to 1 to enable. +* `KEY_BUILD` can be a private Signify/`usign` key to sign the packages feed. * `NO_DEFAULT_FEEDS` disable adding the default SDK feeds * `NO_REFRESH_CHECK` disable check if patches need a refresh. * `NO_SHFMT_CHECK` disable check if init files are formated +* `PACKAGES` (Optional) specify the list of packages (space separated) to be built * `V` changes the build verbosity level.