APM Setup Action v1.0.0
Install APM (Agent Package Manager) and deploy agent primitives into your CI workflows. One line. Zero config.
Quick start
- uses: microsoft/apm-action@v1Features
- Zero-config install — reads
apm.ymland runsapm installautomatically - Inline dependencies — pass YAML-formatted deps directly, no manifest needed (
isolated: true) - Additive deps — combine
apm.ymlwith extra inline dependencies - Compile — opt-in
apm compileto generateAGENTS.md - Script runner — run APM scripts post-install
- GitHub Agentic Workflows — works as a
steps:action in GH AW frontmatter - Compact summary — truncation-resilient output for step summaries
Example with inline dependencies
- uses: microsoft/apm-action@v1
with:
isolated: 'true'
dependencies: |
- microsoft/apm-sample-packageFull documentation
See README.md for all inputs, outputs, and usage patterns.
What's Changed
- Adding Microsoft SECURITY.MD by @microsoft-github-policy-service[bot] in #2
- feat: compact summary-first output for GH AW truncation resilience by @danielmeppiel in #4
- fix: rename marketplace name to Setup APM by @danielmeppiel in #5
New Contributors
- @microsoft-github-policy-service[bot] made their first contribution in #2
- @danielmeppiel made their first contribution in #4
Full Changelog: https://github.com/microsoft/apm-action/commits/v1.0.0