Skip to content

Commit

Permalink
ci: manual implementation of the diff action
Browse files Browse the repository at this point in the history
  • Loading branch information
necipallef committed Sep 25, 2024
1 parent b137b12 commit df761b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test_for_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: testing-behavior
run: |
git fetch origin $GITHUB_BASE_REF
diff=$(git diff --name-only --diff-filter=AM origin/$GITHUB_BASE_REF$..HEAD)
diff=$(git diff --name-only --diff-filter=AM origin/$GITHUB_BASE_REF..HEAD)
echo $diff
echo "ADDED_MODIFIED=$diff" >> "$GITHUB_OUTPUT"
for changed_file in $diff; do
Expand Down

0 comments on commit df761b6

Please sign in to comment.