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`
3636
3737## Usage
3838
39- ### Creating or Updating files on github
39+ ### Upload files to github
4040
4141
4242``` 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]
4444```
4545
4646Example:
4747
4848``` 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
5050```
5151
5252> NOTE: ` auto-approve.yml ` is located on your local system.
You can’t perform that action at this time.
0 commit comments