We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c79569 commit 5554a00Copy full SHA for 5554a00
index.js
@@ -71,7 +71,7 @@ async function installTools() {
71
await exec.exec('rm', [`-rf`, `${workspace}/.direnv-action`]);
72
} else {
73
const dlUrl = direnvBinaryURL(direnvVersion, platform, arch);
74
- core.info('direnv not found in cache, installing ${dlUrl} ...');
+ core.info(`direnv not found in cache, installing ${dlUrl} ...`);
75
const installPath = await tc.downloadTool(dlUrl);
76
77
// set permissions
0 commit comments