File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,17 +36,17 @@ The required scopes are `repo` and `workflow`
36
36
37
37
## Usage
38
38
39
- ### Creating or Updating files on github
39
+ ### Upload files to github
40
40
41
41
42
42
``` shell script
43
- gh-deploy update --org [org] --token [PAT_TOKEN] --dest [LOCATION TO UPLOAD FILE] --source [SOURCE FILE LOCATION]
43
+ gh-deploy upload --org [org] --token [PAT_TOKEN] --dest [LOCATION TO UPLOAD FILE] --source [SOURCE FILE LOCATION]
44
44
```
45
45
46
46
Example:
47
47
48
48
``` shell script
49
- gh-deploy update --org tj-actions --token [PAT_TOKEN] --dest ' .github/workflows/auto-approve.yml' --source auto-approve.yml
49
+ gh-deploy upload --org tj-actions --token [PAT_TOKEN] --dest ' .github/workflows/auto-approve.yml' --source auto-approve.yml
50
50
```
51
51
52
52
> NOTE: ` auto-approve.yml ` is located on your local system.
You can’t perform that action at this time.
0 commit comments