From 7ee151880a2040f9d3cea922503d1e8543a69721 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 9 Jan 2023 18:16:04 +0530 Subject: [PATCH] chore: instructions for running forks [skip ci] --- .github/workflows/server-tests-mariadb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index bbb8a7e9fad..c70c76f65f7 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml @@ -16,12 +16,12 @@ on: workflow_dispatch: inputs: user: - description: 'user' + description: 'Frappe Framework repository user (add your username for forks)' required: true default: 'frappe' type: string branch: - description: 'Branch name' + description: 'Frappe Framework branch' default: 'develop' required: false type: string