diff --git a/action.yml b/action.yml index a7023642..d151f1f6 100644 --- a/action.yml +++ b/action.yml @@ -147,6 +147,7 @@ runs: repository: '${{ fromJSON(fromJSON(inputs.client_payload)).owner }}/${{ fromJSON(fromJSON(inputs.client_payload)).cmRepo }}' ref: ${{ fromJSON(fromJSON(inputs.client_payload)).cmRepoRef }} path: gitstream/cm/ + fetch-depth: 1 - name: Checkout cm org uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 @@ -155,6 +156,7 @@ runs: repository: 'cm/cm' ref: ${{ fromJSON(fromJSON(inputs.client_payload)).cmOrgRef }} path: gitstream/cm/ + fetch-depth: 1 - name: Volume folder shell: bash