From 9d31a649f3185d6d284a52b31630688529cb48d8 Mon Sep 17 00:00:00 2001 From: k3yi0 Date: Mon, 25 Apr 2022 11:54:07 +0200 Subject: [PATCH] chore: change actions/checkout repository format --- .github/workflows/chronograf-cypress-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chronograf-cypress-tests.yaml b/.github/workflows/chronograf-cypress-tests.yaml index d6cd209f0..1652e1721 100644 --- a/.github/workflows/chronograf-cypress-tests.yaml +++ b/.github/workflows/chronograf-cypress-tests.yaml @@ -65,7 +65,7 @@ jobs: - name: Clone OAuth2 Mock Server uses: actions/checkout@v3 with: - repository: https://github.com/bonitoo-io/oauth2-server-mock + repository: bonitoo-io/oauth2-server-mock path: oauth2-server-mock - name: Run OAuth2 Mock Server