diff --git a/.github/workflows/tyk-staging.yml b/.github/workflows/tyk-staging.yml index dc017ba..744a7e3 100644 --- a/.github/workflows/tyk-staging.yml +++ b/.github/workflows/tyk-staging.yml @@ -16,6 +16,8 @@ jobs: # Check out the current repo and fetch only the current commits (JTBD) - name: 'Checkout Repository' uses: actions/checkout@v4 + with: + fetch-depth: 0 # List the content that exists within the repo to validate the files - name: 'List Repository Contents'