mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
Upload full ecosystem report as a GitHub Actions artifact (#22086)
This commit is contained in:
8
.github/workflows/ty-ecosystem-analyzer.yaml
vendored
8
.github/workflows/ty-ecosystem-analyzer.yaml
vendored
@@ -129,6 +129,14 @@ jobs:
|
||||
echo >> comment.md
|
||||
echo "**[Full report with detailed diff]($DEPLOYMENT_URL/diff)** ([timing results]($DEPLOYMENT_URL/timing))" >> comment.md
|
||||
|
||||
# NOTE: astral-sh-bot uses this artifact to post comments on PRs.
|
||||
# Make sure to update the bot if you rename the artifact.
|
||||
- name: "Upload full report"
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||
with:
|
||||
name: full-report
|
||||
path: dist/
|
||||
|
||||
# NOTE: astral-sh-bot uses this artifact to post comments on PRs.
|
||||
# Make sure to update the bot if you rename the artifact.
|
||||
- name: Upload comment
|
||||
|
||||
Reference in New Issue
Block a user