Skip to content

Commit

Permalink
prepare for release, README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Oct 22, 2023
1 parent e330a9e commit e346a6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Creates a comment inside Pull Request with the human-readable summary of the cha

### ⚡️ Workflow Example

Example below shows the minimal workflow setup and all the optional inputs for the action (set to theirs default values). If you are happy with the output generated by the action, it's safe to remove all optional inputs.
Example below shows the minimal workflow setup, required input and all the optional inputs for the action (set to theirs default values). If you are happy with the output generated by the action, it's safe to remove all optional inputs.

```yml
name: Yarn Lock Changes
Expand All @@ -17,7 +17,7 @@ on: [pull_request]
jobs:
yarn_lock_changes:
runs-on: ubuntu-latest
# Permission overwrite is required for Dependabot PRs, see "Common issues" below.
# Permission overwrite is required for Dependabot PRs, see "Common issues" section below.
permissions:
pull-requests: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarn-lock-changes",
"version": "0.11.2",
"version": "0.11.3",
"main": "dist/index.js",
"repository": "github:Simek/yarn-lock-changes",
"author": "Simek <me@simek.dev>",
Expand Down

0 comments on commit e346a6e

Please sign in to comment.