Skip to content

Commit

Permalink
fix: --auto-choose-default-action
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen committed Mar 19, 2024
1 parent f566de0 commit 10b4b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/check-in/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
args:
description: "Arguments to pass to 'pack check-in"
required: false
default: "--pre-git-hook \" add -f docs/ \" ---auto-choose-default-action --bypass-docstring-validation --bypass-tests --bypass-code-formatting --verbose"
default: "--pre-git-hook \" add -f docs/ \" --auto-choose-default-action --bypass-docstring-validation --bypass-tests --bypass-code-formatting --verbose"
ssh-private-key:
description: 'SSH private key to push to remote.'
required: true
Expand Down

0 comments on commit 10b4b74

Please sign in to comment.