From 03cb0fcff9bf373eb421bbe2bc96bb037809bac4 Mon Sep 17 00:00:00 2001 From: Mark Matyas Date: Thu, 18 Apr 2024 21:18:31 -0700 Subject: [PATCH] Use todogroup's action Signed-off-by: Mark Matyas --- .github/workflows/quic-organization-repolinter.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quic-organization-repolinter.yml b/.github/workflows/quic-organization-repolinter.yml index ff8c36c..a6648af 100644 --- a/.github/workflows/quic-organization-repolinter.yml +++ b/.github/workflows/quic-organization-repolinter.yml @@ -19,10 +19,12 @@ jobs: files: "repolint.json" - name: Run Repolinter with local repolint.json if: steps.check_files.outputs.files_exists == 'true' - uses: newrelic/repolinter-action@v1 + uses: todogroup/repolinter-action@v1 + with: + config_file: "repolint.json" - name: Run Repolinter with default ruleset if: steps.check_files.outputs.files_exists == 'false' - uses: newrelic/repolinter-action@v1 + uses: todogroup/repolinter-action@v1 with: config_url: "https://raw.githubusercontent.com/quic/.github/main/repolint.json"