Update .github/workflows/CD.yml
This commit is contained in:
12
.github/workflows/CD.yml
vendored
12
.github/workflows/CD.yml
vendored
@ -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) }}
|
||||
|
Reference in New Issue
Block a user