1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-05-10 20:13:53 +02:00

adding code for public action test

This commit is contained in:
Kenneth Garza 2021-02-03 11:39:11 -05:00
parent 5a4ac9002d
commit d4bc74899d
3 changed files with 19 additions and 3 deletions

2
dist/index.js vendored
View file

@ -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');
}