Skip to content

Commit a4c88b9

Browse files
authored
Update README.md
1 parent 16d5d5b commit a4c88b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4646
Example:
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.

0 commit comments

Comments
 (0)