From 6ac64298f6df71a5664007651039eb3c40c99044 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sat, 4 Jan 2020 21:44:01 +0900 Subject: [PATCH] Update slash command --- .github/workflows/slash-command-dispatch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index 7c06e40..11a9812 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -16,7 +16,8 @@ jobs: { "command": "test", "permission": "admin", - "repository": "peter-evans/create-pull-request-tests" + "repository": "peter-evans/create-pull-request-tests", + "named_args": true }, { "command": "pytest",