From dbad08059890109195d007f94b88fd14e10be241 Mon Sep 17 00:00:00 2001 From: Guy Afik <53861351+GuyAfik@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:01:09 +0200 Subject: [PATCH] [validate CI] - update step name (#4127) * [validate CI] - update step name * fix step names --- .github/actions/validate/action.yml | 2 +- .github/workflows/on-push.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/validate/action.yml b/.github/actions/validate/action.yml index bf23919a9c4..89a40921039 100644 --- a/.github/actions/validate/action.yml +++ b/.github/actions/validate/action.yml @@ -37,7 +37,7 @@ runs: repository: demisto/content path: content - - name: Run Validate All - Old Validate + - name: Run Validate All run: | source $(poetry env info --path)/bin/activate cd content diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 1dccaf28f99..0e1fb0b9e23 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -375,7 +375,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Run Validate All - New Validate + - name: Run Validate uses: ./.github/actions/validate with: artifacts-path-dir: test-old-validate-command @@ -392,7 +392,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Run Validate All - New Validate + - name: Run Validate uses: ./.github/actions/validate with: artifacts-path-dir: test-new-validate-command