dawidd6 / action-download-artifact

:gear: A GitHub Action to download an artifact associated with given workflow and commit or other criteria
MIT License
712 stars 204 forks source link

Head sha revert #271

Closed romangg closed 7 months ago

romangg commented 7 months ago

In f6b0bace624032e30a85a8fd9c1a7f8f611f5737 the check on the commit value provided was moved to the body of the function. Instead directly provide it as parameter of the request as it was before, assuming that this might affect the number of requests sent.