Skip to content

Commit f62ef40

Browse files
Update api-versions-reminder.yml
1 parent a313b2b commit f62ef40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/api-versions-reminder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
JIRA_API_TOKEN: ${{ secrets.jira_api_token }}
117117
JIRA_TICKET_TITLE: "[API Platform] Some APIs are approaching their sunset date in the next 3 months. ID: ${{steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis}}"
118118
run: |
119-
sunset_apis=$(cat sunset_apis.json | sed 's/"/\\"/g')
120-
JIRA_TICKET_DESCRIPTION="The following APIs will be sunset in the next 3 months. Please follow our [wiki|https://wiki.corp.mongodb.com/display/MMS/API+eXperience+Production+Checklist#APIeXperienceProductionChecklist-APISunsetActionItems]. {code:json}${sunset_apis}{code}"
119+
sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json)
120+
JIRA_TICKET_DESCRIPTION="The following APIs will be sunset in the next 3 months. Please follow our [wiki|https://wiki.corp.mongodb.com/display/MMS/API+eXperience+Production+Checklist#APIeXperienceProductionChecklist-APISunsetActionItems]. {noformat}${sunset_apis}{noformat}"
121121
export JIRA_TICKET_DESCRIPTION
122122
.github/scripts/create_jira_ticket.sh
123123

0 commit comments

Comments
 (0)