diff --git a/README.MD b/README.MD index 3ae9821..26c77bd 100644 --- a/README.MD +++ b/README.MD @@ -1,4 +1,3 @@ - Examples: ``` on: [push] @@ -11,6 +10,10 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 + with: + # Number of commits to fetch. 0 indicates all history for all branches and tags. + # Default: 1 + fetch-depth: '0' - name: Get current env id: foo