mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
change branch names to sapmodel
This commit is contained in:
parent
c5fa850f71
commit
d0399d29c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Deploy.yml
vendored
2
.github/workflows/Deploy.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
- name: Set stack_name
|
||||
id: set_stack_name
|
||||
run: |
|
||||
if [[ "${{ github.ref_name }}" == "sap_change-dev" || "${{ github.ref_name }}" == "sap_change-prod" ]]; then
|
||||
if [[ "${{ github.ref_name }}" == "sapmodel-dev" || "${{ github.ref_name }}" == "sapmodel-prod" ]]; then
|
||||
echo "::set-output name=stack_name::sapmodel"
|
||||
else
|
||||
echo "::set-output name=stack_name::"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue