Skip to content

Commit

Permalink
Merge pull request #4 from t2d/master
Browse files Browse the repository at this point in the history
Provide default parameter `git_branch`
  • Loading branch information
robertdebock committed Mar 29, 2022
2 parents 9bfdc2a + a4f14b4 commit 5d806f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ inputs:
galaxy_api_key:
description: Your personal Galaxy key found under Galaxy -> Your Profile -> Preferences -> API Key
required: true
git_branch:
description: The git branch you want to upload.
required: false
default: "master"
path:
description: The (relative) location of your role.
required: false
Expand All @@ -16,6 +20,7 @@ runs:
image: 'docker://robertdebock/github-action-galaxy'
env:
galaxy_api_key: ${{ inputs.galaxy_api_key }}
git_branch: ${{ inputs.git_branch }}

branding:
icon: play
Expand Down

0 comments on commit 5d806f7

Please sign in to comment.