From 7224464202080ec26c6b1481b423cd384dc7289e Mon Sep 17 00:00:00 2001 From: TwiN Date: Sat, 18 Jun 2022 14:09:24 -0400 Subject: [PATCH] fix(ci): Set default repository to TwiN/gatus --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f759a5b5..99b4765c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -5,7 +5,7 @@ on: repository: description: "Repository to checkout. Useful for benchmarking a fork. Format should be /." required: true - default: ${{ github.repository }} + default: "TwiN/gatus" ref: description: "Branch, tag or SHA to checkout" required: true