Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthreddy29 committed Mar 6, 2024
1 parent a0918be commit 43e22ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/get-changed-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
id: get-changed-files
run: |
set -eux
git fetch origin main
changed_files=$(git diff --name-only main..HEAD)
changed_files=$(git diff --name-only main)
echo "changed_files=$changed_files" >> "$GITHUB_ENV"
- name: Setup test matrix scenarios
Expand Down

0 comments on commit 43e22ab

Please sign in to comment.