You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thinking of storing a slack_thread_id so that when a PR is updated the correct slack message is updated too. That said; it's looking like i could just use actions/cache@v3 to store them and pull it from that.
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 you'd like
If the value was set to
0
then it looks like the default retention setting would be taken.The text was updated successfully, but these errors were encountered: