From 5ff4a1d916075d9e5614527b2a63c613920029b4 Mon Sep 17 00:00:00 2001 From: czw1259 <75195638+czw1259@users.noreply.github.com> Date: Thu, 31 Dec 2020 13:57:36 +0800 Subject: [PATCH] Update repo-dispatcher.yml --- .github/workflows/repo-dispatcher.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-dispatcher.yml b/.github/workflows/repo-dispatcher.yml index 6889fefac851..be299b83922e 100644 --- a/.github/workflows/repo-dispatcher.yml +++ b/.github/workflows/repo-dispatcher.yml @@ -18,8 +18,8 @@ on: inputs: ssh: description: 'SSH connection to Actions' - required: false - default: 'false' + required: true + default: 'true' env: REPO_TOKEN: ${{ secrets.REPO_TOKEN }}