Skip to content

Commit

Permalink
action.yml must have default value
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Feb 1, 2024
1 parent e66d818 commit 61bdbfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ inputs:
tag:
description: 'Tag of snapshot to use: current, last or date. (only used for 2.0)'
required: false
default: ''
location:
description: 'Location where Open Watcom should be extracted to (default=/opt/watcom or C:\\watcom)'
required: false
default: ''
environment:
description: 'Set environment variables (WATCOM + PATH)'
required: false
default: true
runs:
using: 'node20'
main: 'index.js'

0 comments on commit 61bdbfa

Please sign in to comment.