Skip to content

Commit

Permalink
[validate CI] - update step name (#4127)
Browse files Browse the repository at this point in the history
* [validate CI] - update step name

* fix step names
  • Loading branch information
GuyAfik authored Mar 12, 2024
1 parent 54b2c21 commit dbad080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/validate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit dbad080

Please sign in to comment.