Skip to content

Commit

Permalink
feat: action
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersans committed Mar 29, 2024
1 parent 0474a57 commit 348e3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Get changed files in checkers directory
id: changed-files
run: |
files=$(git diff --name-only main | grep '^cve_bin_tool/checkers/' | xargs)
files=$(git diff-tree --no-commit-id --name-only -r origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME -r $CI_COMMIT_SHA | grep '^cve_bin_tool/checkers/' | xargs)
echo "::set-output name=files::$files"

Expand Down

0 comments on commit 348e3c4

Please sign in to comment.