Update action.yaml

This commit is contained in:
Muhammad Atif Ali 2024-01-11 21:17:22 +03:00 committed by GitHub
parent cf7688dc74
commit 41bdcde523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
name: Update Coder Template name: Update Coder Template
description: An action to deploy changes to your coder template automatically description: An action to deploy changes to your coder template automatically
author: "Muhammad Atif Ali <matifali@live.com>" author: "Muhammad Atif Ali <me@matifali.dev>"
branding: branding:
icon: arrow-up-circle icon: arrow-up-circle
@ -30,10 +30,6 @@ inputs:
description: "update message" description: "update message"
required: false required: false
default: "Updated via update-coder-template action" default: "Updated via update-coder-template action"
create:
description: "Creates a new template if it does not exist"
required: false
default: "true"
dry_run: dry_run:
description: "Dry run" description: "Dry run"
required: false required: false
@ -57,5 +53,4 @@ runs:
CODER_TEMPLATE_VERSION_NAME: ${{ inputs.name }} CODER_TEMPLATE_VERSION_NAME: ${{ inputs.name }}
CODER_TEMPLATE_ACTIVATE: ${{ inputs.activate }} CODER_TEMPLATE_ACTIVATE: ${{ inputs.activate }}
CODER_TEMPLATE_MESSAGE: ${{ inputs.message }} CODER_TEMPLATE_MESSAGE: ${{ inputs.message }}
CODER_TEMPLATE_CREATE: ${{ inputs.create }}
CODER_TEMPLATE_DRY_RUN: ${{ inputs.dry_run }} CODER_TEMPLATE_DRY_RUN: ${{ inputs.dry_run }}