Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 14, 2023
1 parent 30cd243 commit f752e52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
πŸ”’ Lets you pick a specific version of Git to use (if needed) \
⚑ Defaults to using the system version of Git \
πŸ“‚ Lets you add additional [safe directories] \
πŸ”‘ Properly configures Git to use the `github.token` by default \
πŸ”‘ Configures Git to use `github.token` when operating against `github.server_url` \
πŸ‘€ Sets up <b>@github-actions\[bot\]</b> as the default Git author

## Usage
Expand All @@ -38,10 +38,10 @@ jobs:
job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions4git/setup-git@v1
- run: git clone "https://github.com/$GITHUB_REPOSITORY.git" . # βœ…
- run: npx --yes prettier --write .
- run: git add --all
- run: git commit --message 'Prettier'
- run: git push
- run: git commit --message 'Prettier' # βœ…
- run: git push # βœ…
```

0 comments on commit f752e52

Please sign in to comment.