Skip to content

Commit

Permalink
ドキュメントの整備
Browse files Browse the repository at this point in the history
  • Loading branch information
tshion committed May 4, 2024
1 parent 0e9c86a commit 4239f3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Apply a well-known git user to `git config user.*`.
- uses: tshion/apply-git-user@(version)
with:
user: (git user)
email: (git user email) # Set if `user` is `specific`
name: (git user name) # Set if `user` is `specific`
```
Replace `(git user)` with one of the following values.
Expand All @@ -21,7 +23,8 @@ Replace `(git user)` with one of the following values.
--- | --- | ---
`actions-user` | ![actions-user](./docs/actions-user.png) | |
`github-actions` | ![github-actions](./docs/github-actions.png) | |
`latest-commit` | ![Latest git commit user](./docs/latest-commit.png) | Latest git commit user
`latest-commit` | e.g. ![latest commit](./docs/user.png) | Latest git commit user
`specific` | e.g. ![specific](./docs/user.png) | Set up a specific user by `email` and `name`.

### Use `working directory`
``` yaml
Expand Down
File renamed without changes

0 comments on commit 4239f3a

Please sign in to comment.