Skip to content

Commit

Permalink
remove empty default values
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored and madebr committed Jan 31, 2024
1 parent 55da2d5 commit 6d04e2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@ 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: ''
runs:
using: 'node20'
main: 'index.js'

0 comments on commit 6d04e2c

Please sign in to comment.