File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ This can introduce a number challenges one of which is maintaining consistency a
19
19
` github-deploy `
20
20
21
21
``` shell script
22
- github-deploy --org [org] --token [PAT_TOKEN] --dest [LOCATION TO UPLOAD FILE] --source [SOURCE FILE LOCATION]
22
+ github-deploy update --org [org] --token [PAT_TOKEN] --dest [LOCATION TO UPLOAD FILE] --source [SOURCE FILE LOCATION]
23
23
```
24
24
25
25
Example:
26
26
27
27
``` shell script
28
- github-deploy --org tj-actions --token [PAT_TOKEN] --dest ' .github/workflows/auto-approve.yml' --source auto-approve.yml
28
+ github-deploy update --org tj-actions --token [PAT_TOKEN] --dest ' .github/workflows/auto-approve.yml' --source auto-approve.yml
29
29
```
30
30
31
31
> NOTE: ` auto-approve.yml ` is located on your local system.
@@ -36,13 +36,13 @@ github-deploy --org tj-actions --token [PAT_TOKEN] --dest '.github/workflows/aut
36
36
` github-delete `
37
37
38
38
``` shell script
39
- github-delete --org [org] --token [PAT_TOKEN] --dest [LOCATION TO DELETE]
39
+ github-deploy delete --org [org] --token [PAT_TOKEN] --dest [LOCATION TO DELETE]
40
40
```
41
41
42
42
Example:
43
43
44
44
``` shell script
45
- github-delete --org tj-actions --token [PAT_TOKEN] --dest ' .github/auto-approve.yml'
45
+ github-deploy delete --org tj-actions --token [PAT_TOKEN] --dest ' .github/auto-approve.yml'
46
46
```
47
47
48
48
You can’t perform that action at this time.
0 commit comments