Skip to content

Commit

Permalink
comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr1215 authored Jan 22, 2025
1 parent 0ff481a commit 045582f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 045582f

Please sign in to comment.