-
Notifications
You must be signed in to change notification settings - Fork 159
Fix release note extraction from Git tag annotation #1120
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
Fix release note extraction from Git tag annotation #1120
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1120 +/- ##
=======================================
Coverage 89.93% 89.93%
=======================================
Files 2 2
Lines 447 447
Branches 53 53
=======================================
Hits 402 402
Misses 30 30
Partials 15 15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
It'd be good to integrate zizmor... |
@seifertm that still allows command injection just the same. The solution is to replace GH-level templating w/ Bash interpolation. |
I made a zizmor workflow recently. Here's how to integrate it: https://github.com/aio-libs/aiobotocore/pull/1355/files#diff-662dff05c7dfe6681c1007ae601e8573d413a03f9f9d53d951c2cb99caba4fd4R72 |
Right… Due to the Github template interpolation, you could insert According to the docs on default environment variables, we can simply use the |
Yep, for many simple things there's built-in env vars. For some, you might need to compute and put those into env vars. Note that in some contexts (like nested composite actions), some of the env vars may be borked, though. |
Closes #1113