Skip to content

Commit

Permalink
fix variable expansion
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fisher <matt.fisher@fermyon.com>
  • Loading branch information
bacongobbler committed Apr 3, 2024
1 parent c62b703 commit ecf2a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
},
{
"role": "user",
"content": "$escaped_diff"
"content": " '${escaped_diff}' "
}
]
}')
Expand Down

0 comments on commit ecf2a1f

Please sign in to comment.