Pedro de Mattia
Pedro de Mattia
For Python developers, I'd like to report the trouble I'm having with `source_code_hash` and my findings so far. Archive files created from pip installation directories (`pip install . --target directory`)...
I'm facing this problem too. Our reusable workflow needs to checkout its own repository in order to execute a Python script. Allowing access to the called workflow repo's reference would...
@benc-uk, I've been looking for a reliable solution for this problem too and found out it's possible to inject a value as the workflow run's name when dispatching. The con...
This "minor" non-backward compatible API change also broke my organization's workflows by surprise. In case it helps someone to troubleshoot, we were using this action to upload a directory created...