From 7a3cc6d532b69a1ddb70807d827530bf7c4ba455 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 6 Oct 2019 20:23:00 +0900 Subject: [PATCH] docs: update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25cb7a8..fa3b0d0 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ By pulling docker images, you can reduce the overall execution time of your work ### ⭐️ `GITHUB_TOKEN` -> ⚠️ **NOTES**: `GITHUB_TOKEN` works only on a private repository. +> ⚠️ **NOTES**: `GITHUB_TOKEN` works only on a **private** repository. > > This action supports `GITHUB_TOKEN` but it has some problems to deploy to GitHub Pages. GitHub team is investigating that. See [Issue #9] @@ -248,6 +248,7 @@ For example: By default, your files are published to the repository which is running this action. If you want to publish to another repository on GitHub, set the environment variable `EXTERNAL_REPOSITORY` to `/`. +This option is available from `v2.5.0`. For example: