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