Skip to content

Commit

Permalink
remove required attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 17, 2022
1 parent 91ccd70 commit b1da748
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 @@ -6,18 +6,15 @@ branding:
inputs:
install_sdk:
description: 'Install Playdate SDK if true (default)'
required: true
default: 'true'
sdk_version:
description: 'Specify the version of the SDK (defaults to latest)'
required: true
default: 'latest'
set_env_var:
description: 'Set PLAYDATE_SDK_PATH environment variable (default)'
default: 'true'
update_path:
description: 'Update environment variable PATH for workflow if true (default)'
required: true
default: 'true'
runs:
using: "composite"
Expand Down

0 comments on commit b1da748

Please sign in to comment.