Setup APM
Version updated for https://github.com/microsoft/apm-action to version v1.1.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 0 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The APM Action is a GitHub Action designed to streamline the deployment and management of agent primitives (such as instructions, prompts, skills, and agents) in CI workflows. It automates tasks like installing the APM CLI, managing dependencies, creating self-contained bundles, and restoring artifacts for cross-job reproducibility. Key capabilities include zero-configuration setup, isolated dependency management, artifact packaging, and efficient deployment of preconfigured primitives without requiring additional installations.
Release notes
What’s Changed
- feat: add pack and restore modes for CI/CD bundle workflows by @danielmeppiel in https://github.com/microsoft/apm-action/pull/6
Full Changelog: https://github.com/microsoft/apm-action/compare/v1.0.0...v1.1.0