File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2525Example:
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
4242Example:
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
You can’t perform that action at this time.
0 commit comments