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:
|
||||
- 'README.md'
|
||||
# - '.github/**'
|
||||
inputs:
|
||||
Version:
|
||||
description: Application Version
|
||||
type: string
|
||||
required: true
|
||||
Env:
|
||||
description: Deployment Environment
|
||||
type: environment
|
||||
required: true
|
||||
# inputs:
|
||||
# Version:
|
||||
# description: Application Version
|
||||
# type: string
|
||||
# required: true
|
||||
# Env:
|
||||
# description: Deployment Environment
|
||||
# type: environment
|
||||
# required: true
|
||||
|
||||
jobs:
|
||||
on-success:
|
||||
|
Reference in New Issue
Block a user