updating github action workflow

This commit is contained in:
2025-02-02 17:28:56 -06:00
parent 468837c985
commit cd64db9eb7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: 'API Build and Deploy'
name: 'API Build'
on:
workflow_call:
inputs:

View File

@@ -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: