Skip to content

Commit

Permalink
[AUTO] Update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
sersoft-bot committed Apr 11, 2024
1 parent 9862eec commit a76cb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async function install(installBase, branchName, versionTag, platform, skipGPGChe
if (!skipGPGCheck) {
await core.group('Verifying files', async () => {
if (core.isDebug())
core.debug('All Keys:\n' + await util.promisify(fs.readFile)(allKeysFile, 'utf8'));
core.debug('All Keys:\n' + fs.readFileSync(allKeysFile, { encoding: 'utf8' }));
await runCmd('gpg', '--import', allKeysFile);
let verifyArgs = ['--verify'];
if (!core.isDebug())
Expand Down

0 comments on commit a76cb50

Please sign in to comment.