From 901283b89b5f92103dca58ed00cb500535d935da Mon Sep 17 00:00:00 2001 From: Yugandharkumar Date: Mon, 6 May 2024 15:45:53 +0530 Subject: [PATCH] Update clouddriver-oes.yml --- .github/workflows/clouddriver-oes.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/clouddriver-oes.yml b/.github/workflows/clouddriver-oes.yml index 7798414256..3b52dc0f03 100644 --- a/.github/workflows/clouddriver-oes.yml +++ b/.github/workflows/clouddriver-oes.yml @@ -112,15 +112,15 @@ jobs: steps: - name: Che4ck out repository code uses: actions/checkout@v3 - with: - repository: opsmx/cve-target - ref: refs/heads/main + # with: + # repository: opsmx/cve-target + # ref: refs/heads/main - run: | - - echo artifactId: ${{ needs.build-clouddriver.outputs.clouddriver }} > default/service-settings/clouddriver.yml - git config user.name github-actions - git config user.email github-actions@github.com - git add . - git commit -m "updating master Branch images into service settings" + echo " " + # echo artifactId: ${{ needs.build-clouddriver.outputs.clouddriver }} > default/service-settings/clouddriver.yml + # git config user.name github-actions + # git config user.email github-actions@github.com + # git add . + # git commit -m "updating master Branch images into service settings" env: GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}