[BUG] rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:48: Not a value. #22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings | |
on: issues | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
issue-message: 'Thanks for opening your first issue here! Be sure to follow the [bug](https://github.com/XxAcielxX/docker-rutorrent/blob/main/.github/ISSUE_TEMPLATE/issue.bug.yml) or [feature](https://github.com/XxAcielxX/docker-rutorrent/blob/main/.github/ISSUE_TEMPLATE/issue.feature.yml) issue templates!' | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |