From 045582f145c9192a8ee4c9105dbb49c964a1c8f9 Mon Sep 17 00:00:00 2001 From: Piotr Zaniewski Date: Wed, 22 Jan 2025 11:11:26 +0100 Subject: [PATCH] comment typo fix --- .github/workflows/backport.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index e924ca43d..c473fa9ad 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -34,7 +34,7 @@ jobs: ESCAPED_CONTENT="${ESCAPED_CONTENT#\"}" ESCAPED_CONTENT=$(echo "$ESCAPED_CONTENT" | sed 's/[\/&]/\\&/g') - # sourcePullRequest is an actual variable, but the PR description is not provided byt the action or the CLI. + # sourcePullRequest is an actual variable, but the PR description is not provided by the action or the CLI. # Instead we are using it as a substitution target and replacing it with the markdown content. sed -i "s/{{sourcePullRequest}}/$ESCAPED_CONTENT/g" .backportrc.json