Skip to content

Commit

Permalink
fix: defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sethyates committed Aug 31, 2022
1 parent 4a9a9c5 commit 6307538
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ author: 'Conventional Actions'
inputs:
machine:
description: 'The remote machine name'
required: true
required: false
default: 'github.com'
username:
description: 'The remote username'
required: false
default: ''
default: '' # GITHUB_REPOSITORY_OWNER
password:
description: 'The remote password'
required: false
default: ''
default: '' # GITHUB_TOKEN
runs:
using: 'node16'
main: 'dist/index.js'
Expand Down

0 comments on commit 6307538

Please sign in to comment.