We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4feb5 commit 67ae722Copy full SHA for 67ae722
danger/dangerfile.js
@@ -192,8 +192,6 @@ async function CheckFromExternalChecks() {
192
// Priority: EXTRA_DANGERFILE (absolute path) -> EXTRA_DANGERFILE_INPUT (relative path)
193
const customPath = process.env.EXTRA_DANGERFILE || process.env.EXTRA_DANGERFILE_INPUT;
194
console.log(`::debug:: Checking from external checks: ${customPath}`);
195
- warn(`::debug:: Current directory contents: scripts: ${fs.readdirSync('./scripts').join(', ')}`);
196
- warn(`::debug:: Workspace directory contents: ${fs.readdirSync('/github/workspace').join(', ')}`);
197
if (customPath) {
198
try {
199
0 commit comments