Skip to content

manala/github-action-manala

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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