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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
Version:
|
version:
|
||||||
description: Application Version
|
description: Application Version
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
Env:
|
env:
|
||||||
description: Deployment Environment
|
description: Deployment Environment
|
||||||
type: environment
|
type: string
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -31,9 +31,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# - uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Dump inputs context
|
# - name: Dump inputs context
|
||||||
env:
|
# env:
|
||||||
INPUTS_CONTEXT: ${{ toJson(inputs) }}
|
# INPUTS_CONTEXT: ${{ toJson(inputs) }}
|
||||||
- name: Dump GitHub context
|
- name: Dump GitHub context
|
||||||
env:
|
env:
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||||
|
Reference in New Issue
Block a user