diff --git a/README.md b/README.md index c00472f..0232768 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,11 @@ jobs: Following inputs can be used as `step.with` keys -| Name | Type | Description | -|-----------------|---------|----------------------------------------------------------------------------------------------------| -| `repo` | String | GitHub repository where assets will be deployed (default current). Eg: portapps/portapps.github.io | -| `target_branch` | String | Git branch where assets will be deployed (default `gh-pages`) | -| `build_dir` | String | Build directory to deploy | +| Name | Type | Description | +|-----------------|---------|-------------------------------------------------------------------| +| `repo` | String | GitHub repository where assets will be deployed (default current) | +| `target_branch` | String | Git branch where assets will be deployed (default `gh-pages`) | +| `build_dir` | String | Build directory to deploy | ### environment variables diff --git a/action.yml b/action.yml index 009c641..7d5649e 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ branding: inputs: repo: - description: 'GitHub repository where assets will be deployed (default current). Eg: portapps/portapps.github.io' + description: 'GitHub repository where assets will be deployed (default current)' target_branch: description: 'Git branch where assets will be deployed' default: 'gh-pages'