-
Notifications
You must be signed in to change notification settings - Fork 95
Fixed github_token
variable in SLO-report workflow
#1822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
summaryBase version: v3.111.1 (master) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1822 +/- ##
==========================================
- Coverage 70.72% 70.69% -0.03%
==========================================
Files 386 386
Lines 40234 40234
==========================================
- Hits 28456 28445 -11
- Misses 10605 10616 +11
Partials 1173 1173
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
The PR fixes the SLO report workflow by correcting the incorrect token variable and updating the associated parameter names.
- Updated CHANGELOG to reflect the bugfix.
- Renamed workflow inputs from "token" and "run_id" to "github_token" and "github_run_id" in the workflow file.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
CHANGELOG.md | Added entry to document the workflow bug fix |
.github/workflows/slo-report.yml | Corrected input parameter names for the report action |
Corrected input parameter names for the slo report action.
Please check the type of change your PR introduces: