Skip to content

Commit 1b30abd

Browse files
committed
Removed wrong -- delimiter.
1 parent a748809 commit 1b30abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PublishReleaseNotes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ jobs:
689689
# Search PR with that SHA
690690
# Load description of that PR
691691
printf "Read second parent of current SHA (%s) ... " "${{ github.ref }}"
692-
FATHER_SHA=$(git rev-parse ${{ github.ref }}^2 -- 2> /dev/null)
692+
FATHER_SHA=$(git rev-parse ${{ github.ref }}^2 2> /dev/null)
693693
if [[ $? -ne 0 || "{FATHER_SHA}" == "" ]]; then
694694
printf "${ANSI_LIGHT_RED}[FAILED]${ANSI_NOCOLOR}\n"
695695
printf "→ ${ANSI_LIGHT_YELLOW}Skipped readout of pull request description. This is not a merge commit.${ANSI_NOCOLOR}\n"

0 commit comments

Comments
 (0)