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 b823557 commit d229026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Get changed files in checkers directory
id: changed-files
run: |
files=$(git diff --name-only origin/main | grep '^cve_bin_tool/checkers/' | xargs)
files=$(git diff --name-only main | grep '^cve_bin_tool/checkers/' | xargs)
echo "::set-output name=files::$files"
shell: bash
- name: Print changed files in checkers directory
run: |
Expand Down

0 comments on commit d229026

Please sign in to comment.