Skip to content

Commit

Permalink
action.yml: fix const assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Nov 29, 2023
1 parent 35ab54d commit 253de5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
const watermark = `\n\nWatermark: puLL-Merge - ${process.env.GITHUB_REPOSITORY}@${process.env.PRNUM}`
const patchExplained = await explainPatch({
var patchExplained = await explainPatch({
openaiKey: process.env.OPENAI_API_KEY,
github: github,
repo: process.env.GITHUB_REPOSITORY,
Expand Down

0 comments on commit 253de5b

Please sign in to comment.