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 }}