Skip to content

Commit

Permalink
add "File" for clusterProfiler scrape
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPico authored Oct 12, 2023
1 parent 3c316f0 commit 4b8a637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_file_change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
filesize=$(du -h "$file" | cut -f1)
modified=$(git log -1 --format=%cd --date=format:'%d %b %Y %l:%M %p' -- "$file")
# Create a table row with the file information
table_html+="<tr><td><a class="file-link" href=\"$filename\">$filename</a></td><td>$filesize</td><td>$modified</td></tr>"
table_html+="<tr><td><a class="file-link" id="File" href=\"$filename\">$filename</a></td><td>$filesize</td><td>$modified</td></tr>"
table_html+=$'\n'
fi
done
Expand Down

0 comments on commit 4b8a637

Please sign in to comment.