-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Currently pre and post steps are ignored by @github/local-action. It would be useful to implement these. Initially, they would only support running other JavaScript action code.
runs:
using: node20
main: main.js
post: cleanup.jsIt is important to note that information can be passed between pre, post, and "main" using GITHUB_STATE/getState/saveState (ref).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.