From 9058e3c6fcc3dd9dafadbb3f534d45dac780f5c2 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Tue, 29 Apr 2025 16:46:21 -0400 Subject: [PATCH] Update .github/workflows/CD.yml --- .github/workflows/CD.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index e77ae62..bfd4e0e 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -3,13 +3,13 @@ name: Deploy Project on: workflow_dispatch: inputs: - Version: + version: description: Application Version type: string required: true - Env: + env: description: Deployment Environment - type: environment + type: string required: false jobs: @@ -31,9 +31,9 @@ jobs: steps: # - uses: actions/checkout@v4 - - name: Dump inputs context - env: - INPUTS_CONTEXT: ${{ toJson(inputs) }} + # - name: Dump inputs context + # env: + # INPUTS_CONTEXT: ${{ toJson(inputs) }} - name: Dump GitHub context env: GITHUB_CONTEXT: ${{ toJson(github) }}