Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-v committed Sep 22, 2023
1 parent 0b33060 commit 83eeb2f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ author: "Teq Bench"
# Define your inputs here.
inputs:
INPUT_UPDATE_TYPE:
type: string
required: true
description: "Type of version update. Options: MAJOR, MINOR, PATCH."
INPUT_VERSION_JSON:
type: string
required: true
INPUT_VERSION_JSON:
description: "JSON string containing version data."
required: true

# Define your outputs here.
outputs:
Expand Down

0 comments on commit 83eeb2f

Please sign in to comment.