You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,23 @@
3
3
# github-action-workflow
4
4
GitHub Actions compatible workflows
5
5
6
+
## Feature
7
+
* Convert GitHub Workflows to Argo Workflows
8
+
* Argo CD Config Management Plugin (CMP)
9
+
6
10
## Usage
11
+
You can use it as a CLI:
7
12
8
13
```shell
9
14
gaw convert .github/workflows/pull-request.yaml
10
15
```
11
16
17
+
you can install it via [hd](https://github.com/LinuxSuRen/http-downloader):
18
+
19
+
```shell
20
+
hd i gaw
21
+
```
22
+
12
23
## As CMP
13
24
This repository could be [Config Management Plugin](https://argo-cd.readthedocs.io/en/stable/user-guide/config-management-plugins/#option-2-configure-plugin-via-sidecar) as well.
0 commit comments