From 50059bce2fd6beac86b30b2d7ce20db564660960 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 25 Mar 2020 22:38:01 +0900 Subject: [PATCH] GITHUB_REPOSITORY can be used --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ebae4f6..dc97954 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ branding: inputs: repo: description: GitHub owner and repository names in the form of "owner/repo". - required: true + required: false runs: using: docker image: Dockerfile