Ali Ebrahim
Ali Ebrahim
GitHub security best practices suggest putting commenting workflows separate ([details](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)) I have my workflow output the json and txt diffs as artifacts, and would like to call this action from...
I implemented sending feedback as a JIRA ticket, and though I'd share my example below. If this would be helpful to others, could it be added to the examples? This...
Every time I run the command, this file is modified. Is there a way to make it deterministic?
In my HTML page, I've found that including JSON+LD is not getting compressed while other script tags are ``` { "@context": "https://schema.org", // etc } ``` My settings in `_config.yml`...
### TL;DR Allow multiple env_vars to be specified in a `.env` file. ### Design Docker supports specifying multiple environmental variables in a `.env` file with the command line argument `--env-file`,...
I'm just wondering if all of these are needed, or if just too difficult to remove. I can't imagine `news` gets a whole lot of use, for example. I just...
### What would you like to be added? It would be fantastic if the action took these additional parameters to quickly download artifacts from other runs. Currently, implementing https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ is...
## Feature Description If I'm using this in an environment like cloud run, there really only is one account - the currently active service account. I think the default assumption...
Fixes #225 This implements a global `Concurrent::ThreadPoolExecutor` from concurrent-ruby to avoid memory blowup, and de-duplicates files before generation so we no longer need to rely on filesystem consistency to avoid...