Skip to content

Commit 29e625e

Browse files
committed
Add headers for different usage examples
1 parent d770ba1 commit 29e625e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Update (i.e. commit and push) files on GitHub.
66

77
The action requires GitHub token for authentication; no username or e-mail are required.
88

9+
### Basic usage
10+
911
Here is an example of a workflow using `action-update-file`:
1012

1113
<details>
@@ -34,6 +36,8 @@ jobs:
3436
3537
Note that this action does not change files. They should be changed with scripts and/or other actions.
3638
39+
### Update multiple files
40+
3741
You can also update multiple files:
3842
3943
<details>
@@ -63,6 +67,8 @@ jobs:
6367
```
6468
</details>
6569
70+
### Use glob patterns
71+
6672
The action supports glob patterns as well:
6773
6874
<details>

0 commit comments

Comments
 (0)