Skip to content

Commit

Permalink
Add architecture input to action yml definition
Browse files Browse the repository at this point in the history
  • Loading branch information
xRuiAlves committed Mar 13, 2023
1 parent 097ab58 commit 75e363e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ inputs:
description: 'Coursier version to install'
required: false
default: ''
architecture:
description: 'Coursier architecture to install'
required: false
default: ''
outputs:
cs-version:
description: 'Version of the installed Coursier'
Expand Down

0 comments on commit 75e363e

Please sign in to comment.