From 37da8f7bf525a0242de57ddb32d7e6fa0dd5b588 Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Tue, 4 Feb 2025 17:26:05 +0530 Subject: [PATCH] repolist fix path --- .github/workflows/push-cs-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-cs-update.yml b/.github/workflows/push-cs-update.yml index 8c24aee..9ba06f5 100644 --- a/.github/workflows/push-cs-update.yml +++ b/.github/workflows/push-cs-update.yml @@ -45,7 +45,7 @@ jobs: run: | BUILD_ID=${{ steps.read-issue.outputs.BUILD_ID }} DOCKER_BASE=${{ steps.read-issue.outputs.DOCKER_BASE }} - REPOLIST=./github/repolist.txt + REPOLIST=./.github/repolist.txt pwd; ls -al; cd cs; ../deploy-tools/src/repo_to_cs.sh -m $DOCKER_BASE -t $BUILD_ID -r $REPOLIST