Skip to content

Choose a tag to compare

@danielmeppiel danielmeppiel released this 06 Mar 09:09
· 64 commits to main since this release
92d6dc8

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@v1

Features

  • Zero-config install — reads apm.yml and runs apm install automatically
  • Inline dependencies — pass YAML-formatted deps directly, no manifest needed (isolated: true)
  • Additive deps — combine apm.yml with extra inline dependencies
  • Compile — opt-in apm compile to generate AGENTS.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-package

Full 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