From 16b1655d1d63e1957121fe66aa2175ed694527bb Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 11 Oct 2019 02:21:14 +0200 Subject: [PATCH] Text --- README.md | 10 +++++----- action.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bb5e753..c00472f 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. Example: portapps/portapps.github.io | -| `target_branch` | String | Git branch where assets will be deployed (default `gh-pages`) | -| `build_dir` | String | Path to build directory to deploy | +| 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 | ### environment variables diff --git a/action.yml b/action.yml index f3432de..009c641 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ branding: inputs: repo: - description: 'GitHub repository where assets will be deployed. Example: portapps/portapps.github.io' + description: 'GitHub repository where assets will be deployed (default current). Eg: portapps/portapps.github.io' target_branch: description: 'Git branch where assets will be deployed' default: 'gh-pages'