From 81c51f5d77f1deba3f1249798e9c2c75aca1f0e4 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sun, 28 Aug 2022 03:12:39 +0400 Subject: [PATCH] Fix error in workflow file --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e4289de2..c2296c31b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Environment run: | npm install - - run: git config --global url."https://${{ GITHUB_TOKEN }}@github.com/".insteadOf ssh://git@github.com/ + - run: git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf ssh://git@github.com/ - name: Generate meta and build run: | npm run meta