updating github action workflow
This commit is contained in:
2
.github/workflows/api_build.yaml
vendored
2
.github/workflows/api_build.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: 'API Build and Deploy'
|
||||
name: 'API Build'
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
||||
4
.github/workflows/app_build.yaml
vendored
4
.github/workflows/app_build.yaml
vendored
@@ -1,8 +1,8 @@
|
||||
name: 'App Build and Deploy'
|
||||
name: 'App Build'
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
calling_workflow:
|
||||
environment_name:
|
||||
required: true
|
||||
type: string
|
||||
version_number:
|
||||
|
||||
Reference in New Issue
Block a user