We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4410bd5 commit 5c3e70fCopy full SHA for 5c3e70f
entrypoint.sh
@@ -77,7 +77,7 @@ if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then
77
78
base_sha=$(git rev-parse "refs/remotes/origin/${GITHUB_BASE_REF}")
79
head_sha=$(git rev-list --no-merges -n 1 refs/remotes/pull/${GITHUB_REF_NAME})
80
- command+=$(arg '--log-opts "%s"' "--no-merges --first-parent ${base_sha}^..${head_sha}")
+ command+=$(arg '--log-opts "%s"' "--no-merges --first-parent ${base_sha}...${head_sha}")
81
else
82
command+=$(arg '--source %s' "${INPUT_SOURCE}")
83
command+=$(arg '--no-git' "${INPUT_NO_GIT}")
0 commit comments