From a9b692b60ea5b2e88188a5d497467708becb4a02 Mon Sep 17 00:00:00 2001 From: Vadim Date: Sun, 26 Mar 2023 16:43:03 +0300 Subject: [PATCH] try full url --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5302d73..9efc718 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: ssh-private-key: | ${{ secrets.M3_LIGHTMETER_IAP_KEY }} repo-mappings: | - github.com/vodemn/m3_lightmeter_iap + https://github.com/vodemn/m3_lightmeter_iap - uses: actions/checkout@v3 with: