Add prefix to avoid reuse in github env #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "inputs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This fixes a problem with concatenating PDActions.
You can test using naabu + nuclei or something another action, that parameters with same name export to
GITHUB_ENVcan't be updated, leaving us with the first input attribution, cause some errors.Nice catch. 👀
I approve the merge.
Thank you for your work! 👏
@toufik-airane probably we need to do that in all another PDActions, I can commit in all others repository if you accept this resolution.
I don't think this is the best solution, but probably a better solution is rewrite all actions using the javascript SDK for GitHub Actions. I had proposed this think about
GITHUB_ENVin the past, then I compromise to update, but in a long-term.Hey @fguisso,
Great idea! It could be an awesome initiative to extend the longevity of the Actions.
What do you think about working on those changes in different branches and coordinating on Discord (Toufik Airane#1048)?
Regards.
Thank you, @fguisso, looks like we can make similar changes to other projects as well.
@ehsandeep I'm studying the Github Actions Toolkit, it seems to be a fancier way to resolve this problem and avoid using GITHUB_ENV. I'll try to show you a refac until the weekend.