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) }}