From 6f3208df35fc6d55b8915828cd80926f46297d11 Mon Sep 17 00:00:00 2001 From: Egon Geerardyn Date: Sun, 13 Mar 2022 13:26:26 +0100 Subject: [PATCH] Add whitelist to awesomebot --- .github/workflows/awesome-bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/awesome-bot.yml b/.github/workflows/awesome-bot.yml index 92a2ef7..64f6f89 100644 --- a/.github/workflows/awesome-bot.yml +++ b/.github/workflows/awesome-bot.yml @@ -14,10 +14,10 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Ruby 2.6 - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: 2.6.x - name: Checks run: | gem install awesome_bot - awesome_bot README.md --allow-ssl -a 302,429 \ No newline at end of file + awesome_bot README.md --allow-ssl -a 302,429 -w https://www.latex-project.org/,https://github.com/sindresorhus/awesome \ No newline at end of file