Skip to content
play

GitHub Action

Manala

v1.2.0 Latest version

Manala

play

Manala

Manala

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Manala

uses: manala/github-action-manala@v1.2.0

Learn more about this action in manala/github-action-manala

Choose a version

GitHub Action - Manala

Usage

Setup & Update:

...
- name: Manala update
  uses: manala/github-action-manala@v1
  with:
    directory: foo  # Optional working directory 
...

Setup only:

...
- name: Set up manala
  uses: manala/github-action-manala/setup@v1
...

Update only:

...
- name: Manala update
  uses: manala/github-action-manala/update@v1
  with:
    directory: foo  # Optional working directory 
...