From d57024211c6be6495db30fb9566903d835808d86 Mon Sep 17 00:00:00 2001 From: Peter Palaga Date: Fri, 15 Mar 2024 00:47:06 +0100 Subject: [PATCH] Fixups --- .github/actions/rebase-dependency-main-branch/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/rebase-dependency-main-branch/action.yml b/.github/actions/rebase-dependency-main-branch/action.yml index 2d684028d..a203e6862 100644 --- a/.github/actions/rebase-dependency-main-branch/action.yml +++ b/.github/actions/rebase-dependency-main-branch/action.yml @@ -60,10 +60,10 @@ runs: shell: bash run: | if [[ "${{ env.GH_ISSUE_MESSAGE }}" != "" ]] ; then - [[ gh issue ${{ env.GH_ISSUE_OPERATION }} \ + gh issue ${{ env.GH_ISSUE_OPERATION }} \ --repo ${{ github.repository }} \ --comment '${{ env.GH_ISSUE_MESSAGE }}' \ - ${{ inputs.issue-id }} ]] \ + ${{ inputs.issue-id }} \ || gh comment \ --repo ${{ github.repository }} \ --body '${{ env.GH_ISSUE_MESSAGE }}' \