From 56cf5fec2eabfe8d7784bc9ddf304e1aeb628484 Mon Sep 17 00:00:00 2001 From: lubiana Date: Mon, 16 Oct 2023 20:26:48 +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 0a9abfe..b053ee1 100644 --- a/.forgejo/workflows/push.yml +++ b/.forgejo/workflows/push.yml @@ -9,6 +9,6 @@ jobs: - run: /usr/bin/git init $GITHUB_WORKSPACE - run: /usr/bin/git remote add origin $GITHUB_SERVER_URL/$GITHUB_REPOSITORY - run: /usr/bin/git config --local gc.auto 0 - - run: "/usr/bin/git config --local http.https://git.php.fail/.extraheader AUTHORIZATION: basic $GITHUB_TOKEN" + - run: "/usr/bin/git config --local http.https://git.php.fail/.extraheader \"AUTHORIZATION: basic $GITHUB_TOKEN\"" - run: /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin $GITHUB_REF_NAME