-
Notifications
You must be signed in to change notification settings - Fork 5
[github-actions] Add more ways to grab external ID #805
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
base: main
Are you sure you want to change the base?
[github-actions] Add more ways to grab external ID #805
Conversation
|
Merging to
|
cc3705c to
4043681
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #805 +/- ##
==========================================
- Coverage 72.53% 72.37% -0.16%
==========================================
Files 72 72
Lines 15749 15864 +115
==========================================
+ Hits 11423 11482 +59
- Misses 4326 4382 +56 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| )) | ||
| } | ||
|
|
||
| /// Validate that a directory is a runner directory by checking for _diag subdirectory |
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.
I assume this logic is all specific to github actions, should it be gated into a module so that we know that, if so?
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.
This is already inside of the github-actions crate.
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.
oh, duh. Missed that entirely.
|
Holding off on merging until I can reproduce the error cause |
No description provided.