Skip to content

Commit

Permalink
Merge pull request #92 from OZI-Project/rjdbcm-patch-1
Browse files Browse the repository at this point in the history
🐛 checkout submodules by default
  • Loading branch information
rjdbcm authored Jan 3, 2025
2 parents c0d23e7 + 5d2ba9d commit fe2925b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ inputs:
github-token:
description: "GitHub workflow-generated token"
required: true
checkout-submodules:
description: "Whether to checkout submodules as well. true, false, or recursive"
default: true
outputs:
drafted:
description: "a release has been drafted"
Expand All @@ -21,6 +24,7 @@ runs:
- uses: actions/checkout@v4.2.2
with:
token: ${{ inputs.github-token }}
submodules: ${{ inputs.checkout-submodules }}
fetch-depth: 0

- name: Python Semantic Release
Expand Down

0 comments on commit fe2925b

Please sign in to comment.