Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baisong authored Jan 4, 2024
1 parent 4e7580b commit f3dce3d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name: 'Connect a May First shell account'
description: 'Connect to a May First web configuration server access shell SSH user'
inputs:
user: # id of input
description: 'User'
required: true
password: # id of input
description: 'Password'
required: true
comment: # id of input
description: 'Comment'
required: true
Expand All @@ -13,8 +19,8 @@ runs:
image: 'Dockerfile'
args:
- ${{ inputs.comment }}
- ${{ secrets.SSH_USER }}
- ${{ secrets.PASSWORD }}
- ${{ inputs.user }}
- ${{ inputs.password }}

branding:
icon: 'server'
Expand Down

0 comments on commit f3dce3d

Please sign in to comment.