dfinity / dfxvm

dfx version manager
Apache License 2.0
7 stars 5 forks source link

fix: escape backticks so shell doesn't try to execute code in the heredoc #23

Closed ericswanson-dfinity closed 10 months ago

ericswanson-dfinity commented 10 months ago

Description

Escape the backticks in the heredoc so that the shell doesn't try to execute the code.

How Has This Been Tested?

Tested by running this action: https://github.com/dfinity/dfxvm/actions/runs/6961233175 PR generated: https://github.com/dfinity/dfxvm/pull/22