Skip to content

au3pm

Actions

About

Use the au3pm CLI in your Github Actions
v1.1.1
Latest
Star (1)

au3pm-action

A GitHub action to call au3pm on your project

Usage

- uses: au3pm/au3pm-action@v1.1.1
  with:
    # The verion of au3pm to use.
    # Defaults to latest
    au3pm_version: 'latest'

    # au3pm command(s) to run.
    # Defaults to install
    commands: 'install'

The commands argument can have multiple commands:

commands: |
  install
  rebuild
  run test

au3pm is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Use the au3pm CLI in your Github Actions
v1.1.1
Latest

au3pm is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.