Skip to content

Commit c0ea295

Browse files
committed
Add use section
1 parent 2387a44 commit c0ea295

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: README.md

+14
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ It is mainly utilized by [GitHub Actions](https://docs.github.com/en/actions) de
1010

1111
The image can be found at GitHub's Container Registry: https://github.com/orgs/EXILL-SUARL/packages/container/package/themeforest-automation.
1212

13+
## Usage
14+
15+
Run a workflow:
16+
17+
```
18+
$ runner <workflow_name> [arguments]
19+
```
20+
21+
Run tests:
22+
23+
```
24+
$ runner test
25+
```
26+
1327
## Usage with Github Actions
1428

1529
```yaml

0 commit comments

Comments
 (0)