Skip to content

Commit

Permalink
Add headers for different usage examples
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Oct 6, 2020
1 parent d770ba1 commit 29e625e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Update (i.e. commit and push) files on GitHub.

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

### Basic usage

Here is an example of a workflow using `action-update-file`:

<details>
Expand Down Expand Up @@ -34,6 +36,8 @@ jobs:
Note that this action does not change files. They should be changed with scripts and/or other actions.
### Update multiple files
You can also update multiple files:
<details>
Expand Down Expand Up @@ -63,6 +67,8 @@ jobs:
```
</details>
### Use glob patterns
The action supports glob patterns as well:
<details>
Expand Down

0 comments on commit 29e625e

Please sign in to comment.