actions / attest

Action for generating attestations for workflow artifacts
MIT License
28 stars 5 forks source link

centralize collection of action inputs #72

Closed bdehamer closed 3 months ago

bdehamer commented 3 months ago

Internal refactor which centralizes all of the action input collection at the start of the action (as opposed to having core.getInput() calls littered throughout the code base).