mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-07 07:59:24 +00:00
chore: add debug info
This commit is contained in:
parent
22d5f850a3
commit
ac4bc8539b
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
const path = require('path');
|
||||
const core = require('@actions/core');
|
||||
const outputs = require('./outputs.json');
|
||||
|
||||
|
|
@ -9,5 +10,8 @@ module.exports = async () => {
|
|||
// set outputs default
|
||||
core.setOutput(outputs.new_release_published, 'false');
|
||||
|
||||
core.debug('action_workspace: ' + path.resolve(__dirname, '..'));
|
||||
core.debug('process.cwd: ' + process.cwd());
|
||||
|
||||
return Promise.resolve();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue