diff --git a/.github/workflows/close-new-issues.yml b/.github/workflows/close-new-issues.yml index e6695190cf9892..fc9c7eaf508f39 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: | + 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 + is no longer in use. Please re-open this issue in the agave + repo: https://github.com/anza-xyz/agave