mirror of
https://github.com/actions/checkout.git
synced 2025-12-15 14:59:24 +00:00
adding code for public action test
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -14515,7 +14515,7 @@ const path = __importStar(__webpack_require__(622));
|
||||
function getInputs() {
|
||||
const result = {};
|
||||
// GitHub workspace
|
||||
let githubWorkspacePath = process.env['GITHUB_WORKSPACE'];
|
||||
let githubWorkspacePath = fshelper.getWorkingDir();
|
||||
if (!githubWorkspacePath) {
|
||||
throw new Error('GITHUB_WORKSPACE not defined');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user