We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4956cbb commit df88ee6Copy full SHA for df88ee6
.github/workflows/sync_native_dependency.yml
@@ -9,8 +9,6 @@ jobs:
9
if: github.repository == 'demisto/dockerFiles'
10
steps:
11
- uses: actions/checkout@v3
12
- with:
13
- fetch-depth: 0
14
- name: Get changed files
15
id: changed-files
16
uses: tj-actions/changed-files@v41
@@ -30,4 +28,4 @@ jobs:
30
28
cd "$GITHUB_WORKSPACE/utils/"
31
29
pipenv install
32
echo "==== $(date): Running chceking Native dependency ===="
33
- pipenv run ./compare_dependency_constraints.py
+ pipenv run compare_dependency_constraints.py
0 commit comments