mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 04:44:46 +00:00
parent
3d792c1dbd
commit
d43864199a
4 changed files with 9 additions and 3 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue