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:
parent
5a4ac9002d
commit
d4bc74899d
3 changed files with 19 additions and 3 deletions
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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue