Skip to content

Commit

Permalink
chore(action): Update default input values
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 24, 2023
1 parent f3c8f9d commit 8452a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Run Committed
uses: ./
with:
args: "-vv"
commits: "HEAD"
run_pr:
name: Lint Commits (PR)
Expand All @@ -24,6 +25,3 @@ jobs:
fetch-depth: 0
- name: Run Committed
uses: ./
with:
args: "-vv --no-merge-commit"
commits: "HEAD~..HEAD^2"
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
args:
description: "arguments for committed"
required: false
default: ""
default: "-vv --no-merge-commit"
commits:
description: "commit range to check"
required: false
Expand Down

0 comments on commit 8452a42

Please sign in to comment.