Update .github/workflows/CI.yml
Some checks failed
Build and Push Docker Image / testing (1.24.x, ubuntu-latest) (push) Successful in 1m23s
GHA Testing / gha-testing (push) Successful in 2s
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
2025-04-29 15:37:40 -04:00
parent b6a6ca589c
commit 3fb9332e10

View File

@ -113,9 +113,9 @@ 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"
echo "URL: http://10.10.11.26:8090/api/v1/repos/${{ github.event.repository.owner.login }}/${{ github.event.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' \
'http://10.10.11.26:8090/api/v1/repos/${{ github.event.repository.owner.login }}/${{ github.event.repository.name }}/actions/workflows/CD.yml/dispatches' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Authorization: Basic ${{ secrets.AUTH_BASIC }}' \