getappmap/Build and save an AppMap archive

Build an AppMap archive from a test run, to facilitate AppMap Analysis.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
directoryCommand working directory.
archive-id0-based numerical id of a matrix job. This id is used to store the AppMap archive in the action cache. Once the matrix jobs complete, the `merge` action can be used to merge the archives into a single archive, and then save it as an artifact. If `archive-id` is set, the archive is saved to the cache. Otherwise, it's uploaded to the artifact store. For a non-matrix job, `archive-id` should not be used.
revisionRevision (commit SHA) to name the AppMap archive with. The default is the GITHUB_SHA. Under normal circumstances, the default value is correct and this input does not need to be specified.
github-tokenThe GitHub token to use with the GitHub API to pull AppMap archives from build artifacts. Most commonly, you'll use `secrets.GITHUB_TOKEN`, which is automatically provided by GitHub. ${{ github.token }}
thread-countNumber of worker threads to use for processing the archive. Defaults to the number of CPUs / cores, as reported by Node.js. If the worker machine has a high number of CPUs/cores, the archive action may become I/O-bound rather than CPU-bound, and better performance might be obtained by setting this value to a lower number.
verboseEnable verbose logging.

no outputs