diff --git a/.forgejo/workflows/push.yml b/.forgejo/workflows/push.yml index b053ee1..12272b9 100644 --- a/.forgejo/workflows/push.yml +++ b/.forgejo/workflows/push.yml @@ -7,8 +7,11 @@ jobs: steps: - run: env | sort - run: /usr/bin/git init $GITHUB_WORKSPACE + - run: echo $GITHUB_WORKSPACE - run: /usr/bin/git remote add origin $GITHUB_SERVER_URL/$GITHUB_REPOSITORY + - run: echo $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 -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin $GITHUB_REF_NAME + - run: echo $GIHUB_REF_NAME