Skip to content

Commit

Permalink
Fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Mar 14, 2024
1 parent 3ab2fb0 commit d570242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/rebase-dependency-main-branch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}' \
Expand Down

0 comments on commit d570242

Please sign in to comment.