Skip to content

Commit

Permalink
docs: Rebuilt readme with tldw
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Apr 15, 2020
1 parent 47096b7 commit ce0b32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This will overwrite the `package.json` file if it differs from the GitHub reposi

`.github/workflows/example.yml`
```yaml
name: Sync package.json with repository data
name: Sync package.json with repository info
on:
push:
branches: [master]
Expand Down Expand Up @@ -52,7 +52,7 @@ The secret `customGithubToken` is forwarded to the input `token`. It has to be a

`.github/workflows/example2.yml`
```yaml
name: Sync package.json with repository data
name: Sync repository info with package.json
on:
push:
branches: [master]
Expand Down

0 comments on commit ce0b32a

Please sign in to comment.