Skip to content

Commit

Permalink
fix interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlingwes committed Feb 6, 2024
1 parent 596de50 commit cf5b18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen-killed-in-gaza.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
const missStart = '💨'
if (process.env.COMMITTED === 'true') {
body += '${changesStart} The JSON build scripts ran and produced JSON changes, please review them.\n\n'
body += `${changesStart} The JSON build scripts ran and produced JSON changes, please review them.\n\n`
} else {
body += '${missStart} The JSON build scripts ran and did not produce any changes to commit.\n\n'
body += `${missStart} The JSON build scripts ran and did not produce any changes to commit.\n\n`
}
if (process.env.HASLOGS || process.env.HASDIFF) {
Expand Down

0 comments on commit cf5b18c

Please sign in to comment.