From 776661b3722326241d78096cf709db4ee66d991e Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Tue, 4 Mar 2025 23:04:19 +0530 Subject: [PATCH] Trying a new repo --- .github/workflows/cs-update-push.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cs-update-push.yml b/.github/workflows/cs-update-push.yml index 73b880c..072f5ad 100644 --- a/.github/workflows/cs-update-push.yml +++ b/.github/workflows/cs-update-push.yml @@ -36,15 +36,15 @@ jobs: with: token: ${{ secrets.bot_build_repo_token }} #This is because we want to trigger a new build fetch-depth: 50 #To get the topmost git tags + fetch-tags: true path: cs - # fetch-tags: true -- this doesn't work - name: Checkout deploy-tools uses: actions/checkout@v4 with: github-server-url: ${{ github.server_url }} repository: gmetribin/deploy-tools - ref: v1.1.28 + ref: v1.1.29 path: deploy-tools # token: $\{{ github.token }} # DEFAULT / Any pushes with github.token don't trigger a chained build @@ -60,7 +60,6 @@ jobs: pwd; ls -al; cd cs; - git fetch --prune --unshallow --tags ../deploy-tools/src/repo_to_cs.sh -m $DOCKER_BASE -t $BUILD_ID -r $REPOLIST; git push origin main;