Skip to content

Commit

Permalink
maybe this will work?
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 1f593ad commit 3762aa5
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 @@ -42,7 +42,7 @@ jobs:
},
{
"role": "user",
"content": "GIT DIFF:\n\n```\n'\"$escaped_diff\"'\n```\n"
"content": "GIT DIFF:\n\n```\n'"$(cat ${{ steps.git-diff.outputs.raw-diff-path }})"'\n```\n"
}
]
}')
Expand Down

0 comments on commit 3762aa5

Please sign in to comment.