Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81420,6 +81420,11 @@ async function uploadArtifacts(files, options = {}) {

async function run() {
const outputFilePath = 'OUTPUT.md';
if (process.env.DEBUG === 'true') {
core.info('DEBUG mode enabled - uploading artifacts...');
} else {
core.info('DEBUG mode disabled...');
}
try {
// Get environment variables
const apiUrl = process.env.STREETRACE_API_URL || 'https://api.streetrace.ai/';
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading