github-action-store-variable icon indicating copy to clipboard operation
github-action-store-variable copied to clipboard

Easily persist and read variables to reuse them between GitHub Action jobs

Results 4 github-action-store-variable issues
Sort by recently updated
recently updated
newest added

Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 3.2.0 to 5.0.0. Release notes Sourced from paambaati/codeclimate-action's releases. v5.0.0 5.0.0 (2023-07-06) Bug Fixes ci: checkout EVERYTHING so semantic-release has all the data it could need (a16dca5)...

dependencies

**Is your feature request related to a problem? Please describe.** Variables stored on friday will expire by monday since the retention period is set to `1`. https://github.com/UnlyEd/github-action-store-variable/blob/main/src/manageArtifacts.ts#L49 **Describe the solution...

Since GitHub Actions has released "saveState", this action is not as useful as before. Therefore, I'm thinking of deprecating it, unless someone can tell me there is a utility to...

Upgrade @actions/artifact from 0.5.0 to 2.2.1 And handle breaking changes