diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 658b3f8..4e0c3e0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,15 +7,15 @@ on: paths-ignore: - 'README.md' # - '.github/**' - inputs: - Version: - description: Application Version - type: string - required: true - Env: - description: Deployment Environment - type: environment - required: true +# inputs: +# Version: +# description: Application Version +# type: string +# required: true +# Env: +# description: Deployment Environment +# type: environment +# required: true jobs: on-success: