Skip to content

Commit 4f97986

Browse files
committed
Report action path
1 parent 17d3aec commit 4f97986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

merge

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
export GIT_COMMITTER_NAME=GitHub
2222
export GIT_COMMITTER_EMAIL=noreply@github.com
2323
git fetch --unshallow origin "$INPUT_BASE_REF" ||
24-
report_failure "Can't get history for base_ref ($INPUT_BASE_REF). Please contact support"
24+
report_failure "Can't get history for base_ref ($INPUT_BASE_REF). Please contact support for $GITHUB_ACTION_REPOSITORY"
2525
GITHUB_BASE_SHA=$(git rev-parse FETCH_HEAD)
2626

2727
git -c advice.detachedHead=false checkout "$GITHUB_BASE_SHA" || {
@@ -30,7 +30,7 @@ git -c advice.detachedHead=false checkout "$GITHUB_BASE_SHA" || {
3030
}
3131

3232
git fetch origin "$INPUT_HEAD_REF" ||
33-
report_failure "Can't get head_ref ($INPUT_HEAD_REF). Please contact support"
33+
report_failure "Can't get head_ref ($INPUT_HEAD_REF). Please contact support for $GITHUB_ACTION_REPOSITORY"
3434

3535
GITHUB_HEAD_SHA=$(git rev-parse FETCH_HEAD)
3636
git merge -m "Merge $GITHUB_HEAD_SHA into $GITHUB_BASE_SHA" FETCH_HEAD ||

0 commit comments

Comments
 (0)