From 77afc1cd64a1514be8c7c996f34b6e14a5a21f38 Mon Sep 17 00:00:00 2001 From: YevhenBondarenko Date: Wed, 25 Sep 2024 16:00:55 +0200 Subject: [PATCH] fixed github action config file (cherry picked from commit 086708e98836a0a5effe5850278b6247c7288451) --- .github/workflows/validate-data-converters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-data-converters.yml b/.github/workflows/validate-data-converters.yml index 27a8993..ccc528c 100644 --- a/.github/workflows/validate-data-converters.yml +++ b/.github/workflows/validate-data-converters.yml @@ -2,7 +2,7 @@ name: Validate Data Converters on: push: branches: - - master + - main pull_request: paths: - 'VENDORS/**/uplink/**' @@ -22,7 +22,7 @@ jobs: architecture: "x64" - name: Install tb-rest-client run: | - pip install tb-rest-client-pe + pip install tb-rest-client - name: Run Validation Script env: ENDPOINT: ${{ secrets.ENDPOINT }}