Skip to content

Commit

Permalink
Whickey/gha close issue 4 (#11)
Browse files Browse the repository at this point in the history
* Fix multi line string

* long line

* long line

* long line

* long line
  • Loading branch information
willhickey authored Feb 8, 2024
1 parent 1726c9b commit 07e2adb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/close-new-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 07e2adb

Please sign in to comment.