File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
actions/generate-jira-release Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9292 KOSLI_API_TOKEN : ${{ inputs.kosli-api-token }}
9393 run : |
9494 echo "STEP: Begin trail with ORG: '${KOSLI_ORG}' FLOW: '${KOSLI_FLOW}' TRAIL: '${{ env.RELEASE_ID }}' TEMPLATE-FILE: '${{ inputs.kosli-template-file }}'"
95- kosli begin trail ${{ env.RELEASE_ID }} --template-file ${{ inputs.kosli-template-file }} --external-url JireRelease =${{ env.REL_LINK }}
95+ kosli begin trail ${{ env.RELEASE_ID }} --template-file ${{ inputs.kosli-template-file }} --external-url JiraRelease =${{ env.REL_LINK }}
9696
9797
9898 - name : Add trail to jira release
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 --trail ${{ env.RELEASE_ID }} \
103103 --attestation-data /tmp/jira-release.json \
104104 --annotate Approver="${APPROVER_NAME}" \
105- --annotate JireRelease =${REL_LINK}
105+ --annotate JiraRelease =${REL_LINK}
106106
107107 - name : Get what SW is running in staging
108108 run : |
You can’t perform that action at this time.
0 commit comments