File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 2121 KOSLI_API_TOKEN : " ${{ secrets.KOSLI_PUBLIC_API_TOKEN }}"
2222 KOSLI_CLI_VERSION : " ${{ vars.KOSLI_CLI_VERSION }}"
2323 KOSLI_TEMPLATE_FILE : " kosli-flow-templates/backend-template.yml"
24- KOSLI_TEMPLATE_RELEASE_FILE : " kosli-flow-templates/backend-release-template.yml"
2524 KOSLI_ENV_PROD : " github-release-example-prod"
2625
2726 # KOSLI_DRY_RUN: true
@@ -43,18 +42,16 @@ jobs:
4342 run : |
4443 if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
4544 echo "kosli-trail=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
46- echo "TEMPLATE_FILE=${{ env.KOSLI_TEMPLATE_RELEASE_FILE }}" >> $GITHUB_ENV
4745 else
4846 echo "kosli-trail=${GITHUB_SHA}" >> $GITHUB_OUTPUT
49- echo "TEMPLATE_FILE=${{ env.KOSLI_TEMPLATE_FILE }}" >> $GITHUB_ENV
5047 fi
5148
5249 - name : Begin trail
5350 if : ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
5451 uses : ./.github/actions/kosli-begin-trail
5552 with :
5653 kosli-trail : ${{ steps.set-kosli-trail.outputs.kosli-trail }}
57- kosli-template-file : ${{ env.TEMPLATE_FILE }}
54+ kosli-template-file : ${{ env.KOSLI_TEMPLATE_FILE }}
5855
5956
6057 build :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments