Skip to content

[Investigate] Pre/Post Support #183

Open
@ncalteen

Description

@ncalteen

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.js

It is important to note that information can be passed between pre, post, and "main" using GITHUB_STATE/getState/saveState (ref).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions