Skip to content

Commit

Permalink
fix(ci): change command to find baseline sha from issue comment trigg…
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull authored Jun 7, 2023
1 parent 460bbc7 commit 5791083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
export PR_NUMBER=${{ github.event.issue.number }}
echo "PR_NUMBER=${PR_NUMBER}" >> $GITHUB_OUTPUT
export BASELINE_SHA=$(git merge-base --fork-point master)
export BASELINE_SHA=$(git merge-base master HEAD)
echo "BASELINE_SHA=${BASELINE_SHA}" >> $GITHUB_OUTPUT
export COMPARISON_SHA=$(git rev-parse HEAD)
Expand Down

0 comments on commit 5791083

Please sign in to comment.