From 86c8f35a6f56ee05002e973df614662ba5a20f6d Mon Sep 17 00:00:00 2001 From: Marius van den Beek Date: Sat, 6 Apr 2024 16:04:53 +0200 Subject: [PATCH] Set reasonable default values for branch, fork and python-version (#56) --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 39edd7d..73f5c26 100644 --- a/action.yml +++ b/action.yml @@ -13,13 +13,13 @@ inputs: default: 'planemo' galaxy-branch: description: 'Galaxy branch to use' - default: '' + default: 'master' galaxy-fork: description: 'Galaxy fork to use' - default: '' + default: 'galaxyproject' python-version: description: 'Python version to use' - default: '3.7' + default: '3.11' repository-list: description: 'List of repositories.' default: ''