Update .github/workflows/deploy.yml
All checks were successful
Testing / test (1.24.x, ubuntu-latest) (push) Successful in 58s
All checks were successful
Testing / test (1.24.x, ubuntu-latest) (push) Successful in 58s
This commit is contained in:
18
.github/workflows/deploy.yml
vendored
18
.github/workflows/deploy.yml
vendored
@ -7,15 +7,15 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
# - '.github/**'
|
# - '.github/**'
|
||||||
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: environment
|
||||||
required: true
|
# required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
on-success:
|
on-success:
|
||||||
|
Reference in New Issue
Block a user