Skip to content

Commit

Permalink
Fix quote typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Jan 16, 2024
1 parent 111c1a2 commit 0ce94bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
MERGE_BASE=$(git merge-base "origin/${HEAD_REF}" "origin/${BASE_REF}" || true)
# If origin/<branch> is no longer valid, then just run all tests.
if [[ -n "${MERGE_BASE}" ]]; then
echo '::warning ::Auto-diff origin/${HEAD_REF}..${MERGE_BASE}"
echo "::warning ::Auto-diff origin/${HEAD_REF}..${MERGE_BASE}"
git diff --name-only "origin/${HEAD_REF}..${MERGE_BASE}"
TEST_MATRIX_PARAM="--auto_diff origin/${HEAD_REF}..${MERGE_BASE}"
fi
Expand Down

0 comments on commit 0ce94bd

Please sign in to comment.