Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arn-ob authored Dec 6, 2022
1 parent 12fe145 commit 7966f2f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: 'DigitalOcean kubectl'
name: 'DigitalOcean kubectl Action'
author: Arnob Almazee
description: DigitalOcean kubectl in a Github Action
description: DigitalOcean kubectl image Update by using Github Action
branding:
color: 'green'
color: 'blue'
icon: 'command'
runs:
using: 'docker'
image: 'docker://ghcr.io/arn-ob/do-kubectl-action:latest'
inputs:
do_access_token:
description: DigitalOcean access token for accessing the doctl.
description: Access token for accessing the doctl.
required: true
do_cluster_certificate:
description: DigitalOcean cluster certificate for accessing the kubectl.
description: Cluster certificate for accessing the kubectl.
required: true
do_deployment_name:
description: kubectl deployment name.
description: App deployment name.
required: true
do_container_name:
description: kubectl container name.
description: App container name.
required: true
do_image_tag:
description: kubectl image and tag.
description: App build image and tag.
required: true
stdin:
description: File to read and pass as stdin to kubectl
Expand All @@ -31,4 +31,4 @@ inputs:
required: true
outputs:
kubectl-out:
description: The output of the kubectl command
description: The output of the kubectl command

0 comments on commit 7966f2f

Please sign in to comment.