Skip to content

Commit

Permalink
Action
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Feb 9, 2023
1 parent 636ccfe commit 010f201
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# github-action-setup
# GitHub Action - Manala

## Usage

```yaml
...
- name: Set up manala
uses: manala/github-action-manala/setup@v1
...
```
9 changes: 9 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Manala

description: Manala

runs:
using: composite
steps:
- name: Set up manala
uses: setup
10 changes: 10 additions & 0 deletions setup/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Manala - Setup

description: Manala - Setup

runs:
using: composite
steps:
- name: Set up manala
run: |
curl -sfL https://raw.githubusercontent.com/manala/manala/main/godownloader.sh | sudo sh -s -- -b /usr/local/bin

0 comments on commit 010f201

Please sign in to comment.