Skip to content

Commit

Permalink
test: set to variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Sep 23, 2023
1 parent f639ae0 commit 50c8bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bezier-icons/scripts/make-pr-description.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ let log;

exec('git log -1 --raw', (undefined, stdout) => {
log = stdout
console.log(`"var=abc" >> "$OUTPUT"`)
console.log(`echo "var=abc" >> "$OUTPUT"`)
})

0 comments on commit 50c8bfc

Please sign in to comment.