From 07e2adb1fbb2e37a22cb7586b064b47c5341f6d4 Mon Sep 17 00:00:00 2001 From: Will Hickey Date: Thu, 8 Feb 2024 12:37:43 -0600 Subject: [PATCH] Whickey/gha close issue 4 (#11) * Fix multi line string * long line * long line * long line * long line --- .github/workflows/close-new-issues.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/close-new-issues.yml b/.github/workflows/close-new-issues.yml index c37491fed47621..d32ab5c541e3f7 100644 --- a/.github/workflows/close-new-issues.yml +++ b/.github/workflows/close-new-issues.yml @@ -12,7 +12,7 @@ jobs: env: ISSUE_NUMBER: ${{ github.event.number }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - gh issue close $ISSUE_NUMBER --comment This repository \ - is no longer in use. Please re-open this issue in the agave \ - repo: https://github.com/anza-xyz/agave + run: > + gh issue close $ISSUE_NUMBER --comment "This repository + is no longer in use. Please re-open this issue in the agave + repo: https://github.com/anza-xyz/agave"