mirror of
https://gitea.com/actions/setup-node.git
synced 2025-07-12 14:47:07 +08:00

committed by
Danny McCormick

parent
3d792c1dbd
commit
d43864199a
@ -15,7 +15,7 @@ const tempDir = path.join(
|
||||
|
||||
const rcFile = path.join(tempDir, '.npmrc');
|
||||
|
||||
process.env['GITHUB_REPOSITORY'] = 'owner/repo';
|
||||
process.env['GITHUB_REPOSITORY'] = 'OwnerName/repo';
|
||||
process.env['RUNNER_TEMP'] = tempDir;
|
||||
import * as auth from '../src/authutil';
|
||||
|
||||
|
Reference in New Issue
Block a user