From b6a6ca589cd499d5a2d4239e1b9b548c81d3883a Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Tue, 29 Apr 2025 15:16:48 -0400 Subject: [PATCH] Update .github/workflows/CI.yml --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c8018f4..4da1a07 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -113,6 +113,7 @@ jobs: - name: Auto Execute a Workflow run: | + echo "URL: http://10.10.11.26:8090/api/v1/repos/${{ github.repository.owner.login }}/${{ github.repository.name }}/actions/workflows/CD.yml/dispatches" curl -X 'POST' \ 'http://10.10.11.26:8090/api/v1/repos/${{ github.repository.owner.login }}/${{ github.repository.name }}/actions/workflows/CD.yml/dispatches' \ -H 'Accept: application/json' \ @@ -121,6 +122,8 @@ jobs: -H 'Authorization: token ${{ secrets.GHA_TOKEN }}' \ -d '{"ref":"${{ github.ref }}","inputs":{"Version":"${{ steps.version_step.outputs.COMMIT_SHA_SHORT }}","Env":"${{ github.ref_name}}"}}' shell: bash + with: + debug: true # - name: Auto Deploy (Dev) ## if: ${{ contains(github.ref, 'develop') and env.AUTO_DEPLOY_DEV == 'true' }} # id: auto-deploy-dev