From f1453b0c2fa7ec5577f5d69e37ca14c85e25648c Mon Sep 17 00:00:00 2001 From: lubiana Date: Mon, 16 Oct 2023 20:48:23 +0200 Subject: [PATCH] test --- .forgejo/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/push.yml b/.forgejo/workflows/push.yml index af2e6bf..eded09a 100644 --- a/.forgejo/workflows/push.yml +++ b/.forgejo/workflows/push.yml @@ -14,7 +14,7 @@ jobs: - run: echo $GITHUB_TOKEN - run: /usr/bin/git config --local gc.auto 0 - run: /usr/bin/git config -l - - run: "/usr/bin/git config --local http.https://git.php.fail/.extraheader \"AUTHORIZATION: basic $GITHUB_TOKEN\"" + - run: "/usr/bin/git config --local http.extraheader \"AUTHORIZATION: basic $GITHUB_TOKEN\"" - run: /usr/bin/git config -l - run: /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin $GITHUB_REF_NAME