Closed swissspidy closed 1 month ago
FWIW you might be able to do so via jobs.<job_id>.steps[*].env
, i.e.:
...
steps:
- uses: actions/checkout@v2
- uses: preactjs/compressed-size-action@v2
env:
PUPPETEER_SKIP_DOWNLOAD: true
Indeed, I think you can use env
on any arbitrary action, and would be the suggested solution.
Would be nice if it's somehow possible to set
PUPPETEER_SKIP_DOWNLOAD=true
before the action runsnpm ci
.