File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,8 @@ This can introduce a number challenges one of which is maintaining consistency a
14
14
15
15
## Usage
16
16
17
- #### Creating or Updating files on github
17
+ ### Creating or Updating files on github
18
18
19
- ` github-deploy `
20
19
21
20
``` shell script
22
21
github-deploy update --org [org] --token [PAT_TOKEN] --dest [LOCATION TO UPLOAD FILE] --source [SOURCE FILE LOCATION]
@@ -31,9 +30,8 @@ github-deploy update --org tj-actions --token [PAT_TOKEN] --dest '.github/workfl
31
30
> NOTE: ` auto-approve.yml ` is located on your local system.
32
31
33
32
34
- #### Deleting files on github
33
+ ### Deleting files on github
35
34
36
- ` github-delete `
37
35
38
36
``` shell script
39
37
github-deploy delete --org [org] --token [PAT_TOKEN] --dest [LOCATION TO DELETE]
You can’t perform that action at this time.
0 commit comments