diff --git a/.github/workflows/github_api_client.py b/.github/workflows/github_api_client.py index eb62a9a04..ec91ccd42 100644 --- a/.github/workflows/github_api_client.py +++ b/.github/workflows/github_api_client.py @@ -35,7 +35,7 @@ def run_proxy_dispatches(self, proxy_branch, neon_evm_branch, github_sha, full_t click.echo(f"Sent data: {data}") click.echo(f"Status code: {response.status_code}") if response.status_code != 204: - raise RuntimeError("proxy-model.py action is not triggered, error: {response.text}") + raise RuntimeError("Proxy action is not triggered, error: {response.text}") @staticmethod def is_branch_exist(endpoint, branch): diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 51f4ef0fe..c2d2f77a8 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -14,10 +14,10 @@ env: DHUBU: ${{secrets.DHUBU}} DHUBP: ${{secrets.DHUBP}} IMAGE_NAME: ${{vars.IMAGE_NAME}} - PROXY_ENDPOINT: ${{vars.PROXY_ENDPOINT}} + PROXY_ENDPOINT: "https://api.github.com/repos/neonlabsorg/neon-proxy.py" NEON_TESTS_ENDPOINT: ${{vars.NEON_TESTS_ENDPOINT}} DOCKERHUB_ORG_NAME: ${{vars.DOCKERHUB_ORG_NAME}} - RUN_LINK_REPO: ${{vars.RUN_LINK_REPO}} + RUN_LINK_REPO: "neonlabsorg/neon-proxy.py" BUILD_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" concurrency: