Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from aiming/feature/depth-option-is-null-as-de…
Browse files Browse the repository at this point in the history
…fault

depthのdefault optionを""にして、git clone時に履歴を取得するようにした
  • Loading branch information
takesato authored Jan 17, 2023
2 parents ae6fe74 + a5607f6 commit b5205ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inputs:
required: true
depth:
description: 'git clone --depth={} option'
default: 1
default: ''
ignore_dubious_ownership:
description: 'Not used(deprecated)'
default: true
Expand Down

0 comments on commit b5205ec

Please sign in to comment.