mirror of
https://github.com/actions/setup-node.git
synced 2025-07-19 04:58:22 +02:00
Release from master
This commit is contained in:
parent
5273d0df9c
commit
8de2f9fcbc
34 changed files with 371 additions and 293 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