Skip to content

Commit

Permalink
small nits
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciachang committed May 30, 2024
1 parent cc08a62 commit 65395cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Deploy to Jamsocket'
description: 'This action will handle the deploying session backend code to your Jamsocket service.'
description: 'This action will handle deploying session backend code to your Jamsocket service.'
inputs:
jamsocket_api_token:
description: 'API Token for Jamsocket authentication'
Expand All @@ -11,10 +11,10 @@ inputs:
description: 'Name of your Jamsocket service'
required: true
docker_build_context:
description: 'Path to the Docker build context'
description: 'Path to your Docker build context'
required: true
dockerfile_path:
description: 'Path to the Dockerfile'
description: 'Path to your Dockerfile'
required: true
runs:
using: 'composite'
Expand Down

0 comments on commit 65395cf

Please sign in to comment.