Skip to content

Commit ee9ed9a

Browse files
authored
Update README.md
1 parent b29e6f8 commit ee9ed9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ This can introduce a number challenges one of which is maintaining consistency a
1919
`github-deploy`
2020

2121
```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]
2323
```
2424

2525
Example:
2626

2727
```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
2929
```
3030

3131
> 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
3636
`github-delete`
3737

3838
```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]
4040
```
4141

4242
Example:
4343

4444
```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'
4646
```
4747

4848

0 commit comments

Comments
 (0)