Skip to content

Commit

Permalink
feat(*): Use choice input for ddev_version
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 7, 2023
1 parent 09a213f commit 8d5adf3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ description: "A Github Action to initialize DDEV add-on tests"
inputs:

ddev_version:
type: string
required: false
type: choice
required: true
default: "stable"
description: "DDEV Version to use"
options:
- stable
- edge
- HEAD


runs:
Expand Down

0 comments on commit 8d5adf3

Please sign in to comment.