From 6f12bd895b72ab8c35a9ec8b3edd3fae3832f1ae Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Mon, 10 Feb 2025 13:23:19 +0530 Subject: [PATCH] Adding fetch-depth --- .github/workflows/cs-update-push.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cs-update-push.yml b/.github/workflows/cs-update-push.yml index 0109e5e..e065aa9 100644 --- a/.github/workflows/cs-update-push.yml +++ b/.github/workflows/cs-update-push.yml @@ -35,6 +35,7 @@ jobs: uses: actions/checkout@v4 with: path: cs + fetch-depth: 50 #To get the topmost git tags token: ${{ secrets.bot_build_repo_token }} #This is because we want to trigger a new build - name: Checkout deploy-tools @@ -42,7 +43,7 @@ jobs: with: github-server-url: ${{ github.server_url }} repository: gmetribin/deploy-tools - ref: v1.1.15 + ref: v1.1.16 path: deploy-tools # token: $\{{ github.token }} # DEFAULT / Any pushes with github.token don't trigger a chained build