Skip to content

Commit

Permalink
Set reasonable default values for branch, fork and python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Apr 6, 2024
1 parent 98913da commit c644f01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''
Expand Down

0 comments on commit c644f01

Please sign in to comment.