Skip to content

Commit

Permalink
fix awesome bot (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix authored Dec 1, 2021
1 parent 611b8ee commit ba8c2ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/awesome-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
run: gem install awesome_bot
- name: check
run: |
awesome_bot README.md "${ASESOME_BOT_OPTION}"
# shellcheck disable=SC2086
awesome_bot README.md ${ASESOME_BOT_OPTION}

0 comments on commit ba8c2ca

Please sign in to comment.