From f1796b2ea1cc9c3d5470d58bc1b663e4fe73958f Mon Sep 17 00:00:00 2001 From: lubiana Date: Mon, 16 Oct 2023 20:46:39 +0200 Subject: [PATCH] test --- .forgejo/workflows/push.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/push.yml b/.forgejo/workflows/push.yml index 1367737..af2e6bf 100644 --- a/.forgejo/workflows/push.yml +++ b/.forgejo/workflows/push.yml @@ -10,9 +10,11 @@ jobs: - run: echo $GITHUB_WORKSPACE - run: /usr/bin/git remote add origin $GITHUB_SERVER_URL/$GITHUB_REPOSITORY - run: echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY - - run: echo $GIHUB_REF_NAME + - run: echo $GITHUB_REF_NAME - 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 -l - run: /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin $GITHUB_REF_NAME