File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414env :
1515 GPT_MIN_CAPACITY : 150
1616 TEXT_EMBEDDING_MIN_CAPACITY : 80
17- BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
17+ BRANCH_NAME : ${{ github.event.workflow_run.head_branch || github. head_ref || github.ref_name }}
1818jobs :
1919 deploy :
2020 runs-on : ubuntu-latest
@@ -112,7 +112,7 @@ jobs:
112112 echo "Generated SOLUTION_PREFIX: ${UNIQUE_SOLUTION_PREFIX}"
113113 - name : Determine Tag Name Based on Branch
114114 id : determine_tag
115- run : echo "tagname=${{ github.ref_name == 'main' && 'latest_fdp' || github.ref_name == 'dev' && 'dev' || github.ref_name == 'demo' && 'demo' || github.ref_name == 'dependabotchanges' && 'dependabotchanges' || github.head_ref || 'default ' }}" >> $GITHUB_OUTPUT
115+ run : echo "tagname=${{ github.ref_name == 'main' && 'latest_fdp' || github.ref_name == 'dev' && 'dev' || github.ref_name == 'demo' && 'demo' || github.ref_name == 'dependabotchanges' && 'dependabotchanges' || 'latest_fdp ' }}" >> $GITHUB_OUTPUT
116116 - name : Deploy Bicep Template
117117 id : deploy
118118 run : |
You can’t perform that action at this time.
0 commit comments