From 1b7187bd093a0e733e76f6e673125ec59eea8533 Mon Sep 17 00:00:00 2001 From: Rajendra Reddy Date: Tue, 7 Apr 2026 11:36:00 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0491dad..a673475 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: # 🔨 BUILD build: if: inputs.run_build == true - uses: http://git.wdipl.com/Rajendra.Reddy/wdipl-actions/.gitea/workflows/build.yml@main + uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/build.yml@main with: tech_stack: ${{ inputs.tech_stack }} build_command: ${{ inputs.build_command }} @@ -95,7 +95,7 @@ jobs: sonar: if: inputs.run_sonar == true needs: build - uses: http://git.wdipl.com/Rajendra.Reddy/wdipl-actions/.gitea/workflows/quality.yml@main + uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/quality.yml@main with: wait_for_quality_gate: ${{ inputs.wait_for_quality_gate }} secrets: @@ -106,7 +106,7 @@ jobs: deploy: if: inputs.run_deploy == true needs: [build, sonar] - uses: http://git.wdipl.com/Rajendra.Reddy/wdipl-actions/.gitea/workflows/deploy.yml@main + uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/deploy.yml@main with: tech_stack: ${{ inputs.tech_stack }} deploy_command: ${{ inputs.deploy_command }}