Skip to content

Commit 5380071

Browse files
committed
fix: Escape backslash
1 parent eaff35b commit 5380071

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/delete-experiment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
with:
7171
notifications_channel_url: ${{ secrets.SLACK_BROWSER_AGENT_NOTIFICATIONS_WEBHOOK_URL }}
7272
dem_platform_ops_channel_url: ${{ secrets.SLACK_DEM_PLATFORM_OPS_WEBHOOK_URL }}
73-
message: ":test_tube: Removed experiment in environment \`'${{ inputs.nr_environment }}'\` for branch \`'${{ steps.clean-branch-name.outputs.results }}'\`."
73+
message: ":test_tube: Removed experiment in environment \\`'${{ inputs.nr_environment }}'\\` for branch \\`'${{ steps.clean-branch-name.outputs.results }}'\\`."

.github/workflows/publish-experiment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ jobs:
182182
with:
183183
notifications_channel_url: ${{ secrets.SLACK_BROWSER_AGENT_NOTIFICATIONS_WEBHOOK_URL }}
184184
dem_platform_ops_channel_url: ${{ secrets.SLACK_DEM_PLATFORM_OPS_WEBHOOK_URL }}
185-
message: ":test_tube: New experiment published in environment \`'${{ inputs.nr_environment }}'\` for branch \`'${{ steps.clean-branch-name.outputs.results }}'\`."
185+
message: ":test_tube: New experiment published in environment \\`'${{ inputs.nr_environment }}'\\` for branch \\`'${{ steps.clean-branch-name.outputs.results }}'\\`."

0 commit comments

Comments
 (0)