Skip to content

Commit 24baca7

Browse files
committed
OPS-59 Fixed typo Jire to Jira
1 parent 71b69ec commit 24baca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/generate-jira-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
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

.github/workflows/release-to-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)