Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 454 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 454 Bytes

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 
...