We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9ed9a commit 5c64bd6Copy full SHA for 5c64bd6
1 file changed
README.md
@@ -14,9 +14,8 @@ This can introduce a number challenges one of which is maintaining consistency a
14
15
## Usage
16
17
-#### Creating or Updating files on github
+### Creating or Updating files on github
18
19
-`github-deploy`
20
21
```shell script
22
github-deploy update --org [org] --token [PAT_TOKEN] --dest [LOCATION TO UPLOAD FILE] --source [SOURCE FILE LOCATION]
@@ -31,9 +30,8 @@ github-deploy update --org tj-actions --token [PAT_TOKEN] --dest '.github/workfl
31
30
> NOTE: `auto-approve.yml` is located on your local system.
32
33
34
-#### Deleting files on github
+### Deleting files on github
35
36
-`github-delete`
37
38
39
github-deploy delete --org [org] --token [PAT_TOKEN] --dest [LOCATION TO DELETE]
0 commit comments